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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue