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:
81ba647
)
Avoid restarting ud-replicated too quickly, to avoid being rate-limited by systemd
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 19 Jan 2019 20:17:37 +0000
(21:17 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 19 Jan 2019 20:18:02 +0000
(21:18 +0100)
modules/debian_org/files/ud-replicated.service
patch
|
blob
|
history
diff --git
a/modules/debian_org/files/ud-replicated.service
b/modules/debian_org/files/ud-replicated.service
index
dbf99a8
..
3d703f6
100644
(file)
--- a/
modules/debian_org/files/ud-replicated.service
+++ b/
modules/debian_org/files/ud-replicated.service
@@
-5,6
+5,7
@@
Wants=syslog.service
[Service]
ExecStart=/usr/bin/ud-replicated -d
Restart=always
+RestartSec=5s
[Install]
WantedBy=multi-user.target