|
@@ -4,6 +4,8 @@ redirect_stderr=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stdout_logfile_maxbytes=0
|
|
autorestart=true
|
|
autorestart=true
|
|
|
|
+stopsignal = TERM
|
|
|
|
+stopwaitsecs = 10
|
|
|
|
|
|
[program:kea-dhcp4]
|
|
[program:kea-dhcp4]
|
|
command=/usr/local/sbin/kea-dhcp4 -c /usr/local/etc/kea/kea-dhcp4.conf
|
|
command=/usr/local/sbin/kea-dhcp4 -c /usr/local/etc/kea/kea-dhcp4.conf
|
|
@@ -11,6 +13,13 @@ redirect_stderr=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stdout_logfile_maxbytes=0
|
|
autorestart=true
|
|
autorestart=true
|
|
|
|
+stopsignal = TERM
|
|
|
|
+stopwaitsecs = 10
|
|
|
|
|
|
-[program:superfsmon]
|
|
|
|
-command=superfsmon /usr/local/etc/kea/ kea-dhcp4 -r *.conf
|
|
|
|
|
|
+[program:inotify]
|
|
|
|
+command=sh /usr/local/etc/kea/inotify.sh
|
|
|
|
+redirect_stderr=true
|
|
|
|
+stdout_logfile=/dev/stdout
|
|
|
|
+stdout_logfile_maxbytes=0
|
|
|
|
+autorestart=true
|
|
|
|
+stopwaitsecs = 10
|