Avoid restarting ud-replicated too quickly, to avoid being rate-limited by systemd
authorTollef Fog Heen <tfheen@err.no>
Sat, 19 Jan 2019 20:17:37 +0000 (21:17 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sat, 19 Jan 2019 20:18:02 +0000 (21:18 +0100)
modules/debian_org/files/ud-replicated.service

index dbf99a8..3d703f6 100644 (file)
@@ -5,6 +5,7 @@ Wants=syslog.service
 [Service]
 ExecStart=/usr/bin/ud-replicated -d
 Restart=always
+RestartSec=5s
 
 [Install]
 WantedBy=multi-user.target