mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-28 12:05:06 +03:00
Сервис для опенрц
This commit is contained in:
parent
cd86606f7a
commit
097d58e16c
2 changed files with 17 additions and 1 deletions
11
skunkyart.example.openrc
Executable file
11
skunkyart.example.openrc
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue