This commit is contained in:
Keller
2025-11-30 16:47:35 +03:00
commit 7c3a656b86
8 changed files with 195 additions and 0 deletions

12
build/supervisord.conf Normal file
View File

@@ -0,0 +1,12 @@
[supervisord]
nodaemon=true
[program:kerio-vpn]
command=/etc/init.d/kerio-kvc start
autostart=true
autorestart=true
process_name=kvpncsvc
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0