projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43399d5
)
Raise RestartSec for systemd service
author
Peter Palfrader
<peter@palfrader.org>
Tue, 9 Jun 2015 09:17:49 +0000
(11:17 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 9 Jun 2015 09:17:49 +0000
(11:17 +0200)
modules/syslog-ng/files/syslog-ng.service
patch
|
blob
|
history
diff --git
a/modules/syslog-ng/files/syslog-ng.service
b/modules/syslog-ng/files/syslog-ng.service
index
7c276cd
..
0598277
100644
(file)
--- a/
modules/syslog-ng/files/syslog-ng.service
+++ b/
modules/syslog-ng/files/syslog-ng.service
@@
-10,6
+10,7
@@
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=journal
StandardError=journal
Restart=always
+RestartSec=5
[Install]
WantedBy=multi-user.target