diff options
Diffstat (limited to 'services/skunkyart.example.service')
| -rw-r--r-- | services/skunkyart.example.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/services/skunkyart.example.service b/services/skunkyart.example.service new file mode 100644 index 0000000..6531cab --- /dev/null +++ b/services/skunkyart.example.service @@ -0,0 +1,11 @@ +# 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 |
