You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ensure to enable systemd units for your user by executing in root : loginctl enable-linger <user>
* Create chexpire.service in ~/.config/systemd/user/
* Adjust GEM_HOME with your ruby version
* systemctl --user enable chexpire && systemctl --user start chexpire
Note: unfortunatly capistrano doesn't use systemd unit by default, it breaks "systemctl status"
The text was updated successfully, but these errors were encountered:
I suggest to add this example of systemd unit :
and add documentation to explain how to use it :
The text was updated successfully, but these errors were encountered: