mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 21:17:35 +03:00
13 lines
No EOL
299 B
Text
Executable file
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
|
|
} |