inoki-giskard commited on
Commit
481e50f
1 Parent(s): da99306

Use `ENV_GSK_RUN` for supervisord files

Browse files
Files changed (1) hide show
  1. supervisord.conf +5 -5
supervisord.conf CHANGED
@@ -1,7 +1,7 @@
1
  [supervisord]
2
- directory=%(ENV_GSK_HOME)s/run
3
- pidfile=%(ENV_GSK_HOME)s/run/supervisord.pid
4
- logfile=%(ENV_GSK_HOME)s/run/supervisord.log
5
  nodaemon=true
6
 
7
  [rpcinterface:supervisor]
@@ -9,12 +9,12 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
9
 
10
 
11
  [unix_http_server]
12
- file = %(ENV_GSK_HOME)s/run/svd.sock
13
  username = giskard
14
  password = giskard
15
 
16
  [supervisorctl]
17
- serverurl = unix://%(ENV_GSK_HOME)s/run/svd.sock
18
  username = giskard
19
  password = giskard
20
 
 
1
  [supervisord]
2
+ directory=%(ENV_GSK_RUN)s/run
3
+ pidfile=%(ENV_GSK_RUN)s/run/supervisord.pid
4
+ logfile=%(ENV_GSK_RUN)s/run/supervisord.log
5
  nodaemon=true
6
 
7
  [rpcinterface:supervisor]
 
9
 
10
 
11
  [unix_http_server]
12
+ file = %(ENV_GSK_RUN)s/run/svd.sock
13
  username = giskard
14
  password = giskard
15
 
16
  [supervisorctl]
17
+ serverurl = unix://%(ENV_GSK_RUN)s/run/svd.sock
18
  username = giskard
19
  password = giskard
20