mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-28 20:15:08 +03:00
Подготовка к релизу v1.3.1
This commit is contained in:
parent
e02174cb71
commit
2dfeaae772
17 changed files with 357 additions and 218 deletions
13
services/skunkyart.example.openrc
Executable file
13
services/skunkyart.example.openrc
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue