systemd-user/user/mpdstated.service

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