12 lines
234 B
SYSTEMD
12 lines
234 B
SYSTEMD
|
# Note: i didn't use systemd, so it can be not works :)
|
||
|
|
||
|
[Unit]
|
||
|
Description=Privacy frontend for deviantart.com
|
||
|
|
||
|
[Service]
|
||
|
Directory=<path-to-dir-with-skunkyart>
|
||
|
ExecStart=<path-to-dir-skunkyart>
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|