blob: 2699d83aa6cae3dcbddf9f366c4b895956167b4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Note: i didn't use systemd, so it can be not works :)
[Unit]
Description=Privacy-oriented frontend for DeviantArt
[Service]
Directory=<path-to-dir-with-skunkyart>
ExecStart=<path-to-dir-skunkyart>
[Install]
WantedBy=multi-user.target
|