Use systemd-user-units as folder for user units services

This commit is contained in:
Eduard Tolosa 2018-11-06 22:08:49 -05:00
parent 3ba52489b3
commit bc2bac7661
14 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Firefox profile memory cache
[Install]
WantedBy=default.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/home/sechacklabs/.local/bin/firefox-sync %i
ExecStop=/home/sechacklabs/.local/bin/firefox-sync %i