Open corporealfunk opened 3 years ago
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
@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.
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.