Added sysv and systemd configs and a makefile with install/uninstall targets
This commit is contained in:
parent
93d2aa427e
commit
090ff1b4e7
3 changed files with 91 additions and 0 deletions
10
service/mopidy-switcher.service
Normal file
10
service/mopidy-switcher.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Mopidy Switcher
|
||||
After=mopidy.service
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
ExecStart=/usr/local/bin/mopidy-switcher/mopidy-switcher.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue