mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
11 lines
No EOL
241 B
Text
Executable file
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
|
|
} |