diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-09 09:16:04 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-09 09:16:04 +0200 |
commit | 1f90c40b2b026d8d2b26e13ef1fee4a8fe96b532 (patch) | |
tree | 0ca7cfc2f40f6a70415ecb95dfa0b05f7afa9679 /systemd/mpd-notification.service | |
parent | a07925971bef1da821260068e1ba9dc3c244fe28 (diff) | |
download | mpd-notification-1f90c40b2b026d8d2b26e13ef1fee4a8fe96b532.tar.gz mpd-notification-1f90c40b2b026d8d2b26e13ef1fee4a8fe96b532.tar.zst |
drop retry code, just fail and let the service restart
Diffstat (limited to 'systemd/mpd-notification.service')
-rw-r--r-- | systemd/mpd-notification.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service index 0920cad..55cf057 100644 --- a/systemd/mpd-notification.service +++ b/systemd/mpd-notification.service @@ -14,6 +14,7 @@ ConditionUser=!@system [Service] Type=notify +Restart=on-failure ExecStart=/usr/bin/mpd-notification [Install] |