diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-22 17:44:50 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-22 17:44:50 (GMT) |
commit | 09f1950cae30ce99f50bf51a7d11040221f66b7b (patch) | |
tree | 952d17a59c6675637ae008eacc079f548f3587f5 /debian/rhnop-client.nopsyncd@.service | |
parent | 1f088370104cce2c8299afb7fb065a6f3127d94c (diff) |
systemd unit files configured to inifinte restart
Diffstat (limited to 'debian/rhnop-client.nopsyncd@.service')
-rw-r--r-- | debian/rhnop-client.nopsyncd@.service | 3 |
1 files changed, 3 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 |