diff --git a/dotfiles/config/systemd/user/mopidy.service b/dotfiles/config/systemd/user/mopidy.service new file mode 100644 index 00000000..90889c17 --- /dev/null +++ b/dotfiles/config/systemd/user/mopidy.service @@ -0,0 +1,10 @@ +[Unit] +Description=mopidy + +[Service] +Type=simple +ExecStart=/usr/bin/env mopidy +ExecStop=/usr/bin/pkill mopidy + +[Install] +WantedBy=wm.target