Install script and supervisor init
This commit is contained in:
parent
e17315e3d2
commit
a70377b94a
6 changed files with 83 additions and 18 deletions
4
supervisor/cage.conf
Normal file
4
supervisor/cage.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[program:cage]
|
||||
user = nobody
|
||||
command = /usr/bin/cage %(ENV_APP)s
|
||||
priority = 50
|
||||
4
supervisor/wayvnc.conf
Normal file
4
supervisor/wayvnc.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[program:wayvnc]
|
||||
user = nobody
|
||||
command = /usr/bin/wayvnc -C /config/wayvnc/config -g
|
||||
priority = 100
|
||||
Loading…
Add table
Add a link
Reference in a new issue