File tree 3 files changed +18
-18
lines changed
docker-base/etc/supervisor
docker-base-stretch/etc/supervisor
3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
; supervisor config file
2
2
3
3
[unix_http_server]
4
- file=/var/run/supervisor.sock ; (the path to the socket file)
5
- chmod=0700 ; sockef file mode (default 0700)
4
+ file=/var/run/supervisor.sock ; (the path to the socket file)
5
+ chmod=0700 ; socket file mode (default 0700)
6
6
username=dummy
7
7
password=dummy
8
8
9
9
[supervisord]
10
- logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
11
- pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
12
- childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
10
+ logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
11
+ pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
12
+ childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
13
13
user=root
14
14
15
15
; the below section must remain in the config file for RPC
@@ -19,7 +19,7 @@ user=root
19
19
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
20
20
21
21
[supervisorctl]
22
- serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
22
+ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
23
23
username=dummy
24
24
password=dummy
25
25
Original file line number Diff line number Diff line change 1
1
; supervisor config file
2
2
3
3
[unix_http_server]
4
- file=/var/run/supervisor.sock ; (the path to the socket file)
5
- chmod=0700 ; sockef file mode (default 0700)
4
+ file=/var/run/supervisor.sock ; (the path to the socket file)
5
+ chmod=0700 ; socket file mode (default 0700)
6
6
username=dummy
7
7
password=dummy
8
8
9
9
[supervisord]
10
- logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
11
- pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
12
- childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
10
+ logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
11
+ pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
12
+ childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
13
13
user=root
14
14
15
15
; the below section must remain in the config file for RPC
@@ -19,7 +19,7 @@ user=root
19
19
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
20
20
21
21
[supervisorctl]
22
- serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
22
+ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
23
23
username=dummy
24
24
password=dummy
25
25
Original file line number Diff line number Diff line change 1
1
; supervisor config file
2
2
3
3
[unix_http_server]
4
- file=/var/run/supervisor.sock ; (the path to the socket file)
5
- chmod=0700 ; sockef file mode (default 0700)
4
+ file=/var/run/supervisor.sock ; (the path to the socket file)
5
+ chmod=0700 ; socket file mode (default 0700)
6
6
7
7
[supervisord]
8
- logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
9
- pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
10
- childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
8
+ logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
9
+ pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
10
+ childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
11
11
12
12
; the below section must remain in the config file for RPC
13
13
; (supervisorctl/web interface) to work, additional interfaces may be
@@ -16,7 +16,7 @@ childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TE
16
16
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
17
17
18
18
[supervisorctl]
19
- serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
19
+ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
20
20
21
21
; The [include] section can just contain the "files" setting. This
22
22
; setting can list multiple files (separated by whitespace or
You can’t perform that action at this time.
0 commit comments