forked from colonelpanic/dotfiles
[Linux] Add mopidy systemd service
This commit is contained in:
parent
609c72cb03
commit
dde3f2eb79
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
|
Loading…
Reference in New Issue
Block a user