...
The service can be enabled with systemd systemctl --user enable name.service
and started with systemd systemctl --user start name.service
. Use systemctl --user daemon-reload
after changing the service file.
...
...
The service can be enabled with systemd systemctl --user enable name.service
and started with systemd systemctl --user start name.service
. Use systemctl --user daemon-reload
after changing the service file.
...