X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/08dabc2e5793981735b16def05edd9514f4dbff0..82182dca1e7e841153d1bd3973969032d321ef2e:/systemd/user/pause-mpd.service diff --git a/systemd/user/pause-mpd.service b/systemd/user/pause-mpd.service new file mode 100644 index 0000000..d550f06 --- /dev/null +++ b/systemd/user/pause-mpd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Pause MPD + +[Service] +Type=oneshot +ExecStart=/usr/bin/mpc -q pause + +[Install] +WantedBy=suspend.target