From 20adf5d80266998ec64af7eed1e6b1d917ad4494 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 14 Sep 2018 16:23:20 +0200 Subject: make non-system user a condition --- systemd/mpd-notification.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service index 14be4e3..6afa9ba 100644 --- a/systemd/mpd-notification.service +++ b/systemd/mpd-notification.service @@ -6,6 +6,7 @@ Description=MPD Notification # available on start and mpd-notification can cleanly disconnect on # system shutdown. After=mpd.service network.target network-online.target +ConditionUser=!@system [Service] Type=notify -- cgit v1.2.3-54-g00ecf