mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Use systemd-user-units as folder for user units services
This commit is contained in:
parent
3ba52489b3
commit
bc2bac7661
14 changed files with 74 additions and 0 deletions
11
user/firefox-profile@.service
Normal file
11
user/firefox-profile@.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue