mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
11 lines
238 B
Desktop File
11 lines
238 B
Desktop File
[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
|