SkunkyArt/skunkyart.example.openrc
2024-07-13 22:12:50 +03:00

11 lines
No EOL
241 B
Text
Executable file

#!/sbin/openrc-run
name="SkunkyArt"
description="Privacy frontend for deviantart.com"
supervisor=supervise-daemon
command=<path_to_skunkyart>
command_args="-c <path_to_config>"
directory="<path_to_dir_with_skunkyart>"
depend() {
need net
}