systemd-user/user/mpdstated.service
2014-07-06 13:17:51 +02:00

11 lines
161 B
Desktop File

[Unit]
Description=Watch mpd state
Requires=mpd.service
After=mpd.service
[Service]
ExecStart=/usr/bin/mpdstated --no-daemon
[Install]
WantedBy=default.target