mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 13:07:36 +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
|
||||
}
|
11
services/skunkyart.example.service
Normal file
11
services/skunkyart.example.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Note: i didn't use systemd, so it can be not works :)
|
||||
|
||||
[Unit]
|
||||
Description=Privacy frontend for deviantart.com
|
||||
|
||||
[Service]
|
||||
Directory=<path-to-dir-with-skunkyart>
|
||||
ExecStart=<path-to-dir-skunkyart>
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue