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