We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Update:
If you are using a "user" service, and you want the units to start on boot, you will need to the following:
loginctl enable-linger USERNAME
[Install] WantedBy = default.target
The text was updated successfully, but these errors were encountered:
[groovenauts#28] Enable linger for user service type
79137b2
63e0900
2bfbbaa
@corporealfunk I have added the documentation, the code fixes from @dapi (+ completed the rspec tests) in this fork: https://github.com/HLFH/capistrano-systemd-ng.
Sorry, something went wrong.
No branches or pull requests
Documentation Update:
If you are using a "user" service, and you want the units to start on boot, you will need to the following:
loginctl enable-linger USERNAME
This ensures the user specified by USERNAME can run services outside of a login session.
The text was updated successfully, but these errors were encountered: