added RestartSec=30 (fixes #229)
This commit is contained in:
@@ -6,6 +6,7 @@ ConditionPathExists=/var/log
|
||||
[Service]
|
||||
Type=forking
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
PIDFile=/run/ebusd.pid
|
||||
EnvironmentFile=-/etc/conf.d/ebusd
|
||||
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
|
||||
|
||||
@@ -6,6 +6,7 @@ ConditionPathExists=/var/log
|
||||
[Service]
|
||||
Type=forking
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
PIDFile=/var/run/ebusd.pid
|
||||
EnvironmentFile=-/etc/default/ebusd
|
||||
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
|
||||
|
||||
Reference in New Issue
Block a user