aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-08 23:22:02 -0800
committerGravatar Tom Willemse2023-03-08 23:22:02 -0800
commitae19bf6641fc47e9d56bfe5e2a86b1ced86e717a (patch)
treecdacda3fe075bedc92de32cf6f1f02b7bf240b6a
parent20f5597d394ae7dd1764e184d084257652a7ca10 (diff)
downloadnew-dotfiles-ae19bf6641fc47e9d56bfe5e2a86b1ced86e717a.tar.gz
new-dotfiles-ae19bf6641fc47e9d56bfe5e2a86b1ced86e717a.zip
mpd-notify service needs mpd to start
-rw-r--r--oni/home/services/mpd.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/oni/home/services/mpd.scm b/oni/home/services/mpd.scm
index 992a6c2..682d988 100644
--- a/oni/home/services/mpd.scm
+++ b/oni/home/services/mpd.scm
@@ -183,6 +183,7 @@
(shepherd-service
(documentation "Show notifications for MPD player state changes")
(provision '(mpd-notify))
+ (requirement '(mpd))
(auto-start? (home-mpd-notify-configuration-auto-start? config))
(start
#~(make-forkexec-constructor