== User sessions == {{{#!highlight sh mkdir -p ~/.config/systemd/user/ systemctl --user enable $PATH_TO_SERVICE_FILE # Let user services start w/out user having to login sudo loginctl enable-linger ${USER} }}} == External links == * [[https://blog.jreinert.com/blog/2014/11/17/schedule-automatic-backups-with-systemd/|Schedule Automatic Backups With Systemd - Digital Adventures]]: Start a systemd job as soon as a device becomes available. ---- CategoryCheatSheet