Added sysv and systemd configs and a makefile with install/uninstall targets

This commit is contained in:
mandlm 2016-01-08 11:07:05 +01:00
parent 93d2aa427e
commit 090ff1b4e7
3 changed files with 91 additions and 0 deletions

View 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