From 09f1950cae30ce99f50bf51a7d11040221f66b7b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 22 May 2015 19:44:50 +0200 Subject: systemd unit files configured to inifinte restart diff --git a/debian/rhnop-client.nopsyncd@.service b/debian/rhnop-client.nopsyncd@.service index 153a39b..40ae939 100644 --- a/debian/rhnop-client.nopsyncd@.service +++ b/debian/rhnop-client.nopsyncd@.service @@ -6,6 +6,9 @@ User=rhnop Group=rhnop ExecStart=/usr/bin/nopsyncd %i Restart=always +RestartSec=1s +StartLimitInterval=5 +StartLimitBurst=6 PrivateTmp=yes PrivateDevices=yes ProtectSystem=full diff --git a/debian/rhnop-client.nopsysstated.service b/debian/rhnop-client.nopsysstated.service index ca3e5d3..bef6909 100644 --- a/debian/rhnop-client.nopsysstated.service +++ b/debian/rhnop-client.nopsysstated.service @@ -6,6 +6,9 @@ User=rhnop Group=rhnop ExecStart=/usr/bin/nopsysstated Restart=always +RestartSec=1s +StartLimitInterval=5 +StartLimitBurst=6 PrivateTmp=yes PrivateDevices=yes ProtectSystem=full diff --git a/debian/rhnop-server.nopfetchd.service b/debian/rhnop-server.nopfetchd.service index 82df136..df3f019 100644 --- a/debian/rhnop-server.nopfetchd.service +++ b/debian/rhnop-server.nopfetchd.service @@ -6,6 +6,9 @@ User=rhnop Group=rhnop ExecStart=/usr/bin/nopfetchd Restart=always +RestartSec=1s +StartLimitInterval=5 +StartLimitBurst=6 PrivateTmp=yes PrivateDevices=yes ProtectSystem=full -- cgit v0.10.2