parent
815cc5ed55
commit
65ed791507
@ -1,7 +0,0 @@
|
||||
[program:apache2]
|
||||
command = apache2-foreground
|
||||
autostart = true
|
||||
autorestart = true
|
||||
redirect_stderr = true
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
@ -1,7 +0,0 @@
|
||||
[program:cron]
|
||||
command = cron -f
|
||||
autostart = true
|
||||
autorestart = true
|
||||
redirect_stderr = true
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
@ -1,8 +0,0 @@
|
||||
[program:glpi_init]
|
||||
command = /root/glpi_init.sh
|
||||
startsecs = 0
|
||||
autorestart = false
|
||||
startretries = 1
|
||||
redirect_stderr = true
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
@ -1,16 +0,0 @@
|
||||
; supervisor config file
|
||||
|
||||
[supervisord]
|
||||
logfile = /var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
||||
pidfile = /var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
|
||||
childlogdir = /var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
|
||||
user = root
|
||||
|
||||
; The [include] section can just contain the "files" setting. This
|
||||
; setting can list multiple files (separated by whitespace or
|
||||
; newlines). It can also contain wildcards. The filenames are
|
||||
; interpreted as relative to this file. Included files *cannot*
|
||||
; include files themselves.
|
||||
|
||||
[include]
|
||||
files = /etc/supervisor/conf.d/*.conf
|
Loading…
Reference in new issue