forked from colonelpanic/dotfiles
[Linux] Add mopidy systemd service
This commit is contained in:
10
dotfiles/config/systemd/user/mopidy.service
Normal file
10
dotfiles/config/systemd/user/mopidy.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=mopidy
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env mopidy
|
||||
ExecStop=/usr/bin/pkill mopidy
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Reference in New Issue
Block a user