15 lines
337 B
INI
15 lines
337 B
INI
|
|
[program:dind]
|
|
priority=20
|
|
autostart=false
|
|
autorestart=true
|
|
user=root
|
|
command=/usr/bin/start-dind.sh
|
|
stopsignal=INT
|
|
stdout_logfile=/home/%(ENV_USER)s/.cache/log/dind.log
|
|
stdout_logfile_maxbytes=10MB
|
|
stdout_logfile_backups=7
|
|
stderr_logfile=/home/%(ENV_USER)s/.cache/log/dind.err.log
|
|
stderr_logfile_maxbytes=10MB
|
|
stderr_logfile_backups=7
|