diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-09 09:12:58 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-09 09:12:58 +0200 |
commit | ef038c81dc420f137e95d91c5bf1a1f13924b168 (patch) | |
tree | 95f584d09a201203d6e986749d86dc85f4ee9f49 /systemd | |
parent | a42da6d33b04ca2a40c957cbb850850a54d9896f (diff) | |
download | netlink-notify-ef038c81dc420f137e95d91c5bf1a1f13924b168.tar.gz netlink-notify-ef038c81dc420f137e95d91c5bf1a1f13924b168.tar.zst |
drop retry code, just fail and let the service restart
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/netlink-notify.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/netlink-notify.service b/systemd/netlink-notify.service index 863e8e7..a0a8c11 100644 --- a/systemd/netlink-notify.service +++ b/systemd/netlink-notify.service @@ -8,6 +8,7 @@ ConditionUser=!@system [Service] Type=notify +Restart=on-failure ExecStart=/usr/bin/netlink-notify [Install] |