mpd-notify service needs mpd to start
This commit is contained in:
parent
20f5597d39
commit
ae19bf6641
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
||||||
(shepherd-service
|
(shepherd-service
|
||||||
(documentation "Show notifications for MPD player state changes")
|
(documentation "Show notifications for MPD player state changes")
|
||||||
(provision '(mpd-notify))
|
(provision '(mpd-notify))
|
||||||
|
(requirement '(mpd))
|
||||||
(auto-start? (home-mpd-notify-configuration-auto-start? config))
|
(auto-start? (home-mpd-notify-configuration-auto-start? config))
|
||||||
(start
|
(start
|
||||||
#~(make-forkexec-constructor
|
#~(make-forkexec-constructor
|
||||||
|
|
Loading…
Reference in a new issue