diff options
-rw-r--r-- | debian/rhnop-client.nopsyncd@.service | 3 | ||||
-rw-r--r-- | debian/rhnop-client.nopsysstated.service | 3 | ||||
-rw-r--r-- | debian/rhnop-server.nopfetchd.service | 3 |
3 files changed, 9 insertions, 0 deletions
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 |