Install script and supervisor init

This commit is contained in:
Manuel 2022-10-02 20:39:42 +02:00
parent e17315e3d2
commit a70377b94a
Signed by: Manuel
GPG key ID: 4085037435E1F07A
6 changed files with 83 additions and 18 deletions

4
supervisor/cage.conf Normal file
View file

@ -0,0 +1,4 @@
[program:cage]
user = nobody
command = /usr/bin/cage %(ENV_APP)s
priority = 50

4
supervisor/wayvnc.conf Normal file
View file

@ -0,0 +1,4 @@
[program:wayvnc]
user = nobody
command = /usr/bin/wayvnc -C /config/wayvnc/config -g
priority = 100