SkunkyArt/services/skunkyart.example.openrc
2024-07-30 01:06:40 +03:00

13 lines
No EOL
299 B
Text
Executable file

#!/sbin/openrc-run
directory=<path_to_dir_with_skunkyart>
# command_args="-c $directory/config.json" # if SA wasn't start, try to uncomment this line
command=$directory/skunkyart
name="SkunkyArt"
description="Privacy frontend for deviantart.com"
supervisor=supervise-daemon
depend() {
need net
}