Module spotify_state -> mqtt
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314 |
- UID=1000
- GID=1000
- SERVICE_PATH="/etc/systemd/system"
-
- help:
- @echo "make install (with root priviliges) - to install service"
- @echo "make start (with root priviliges) - to start service"
- @echo "make enable (with root priviliges) - to enable service on boot"
- install:
- python __install__.py $(UID) $(GID) $(SERVICE_PATH)
- start:
- systemctl start spotify.service
- enable:
- systemctl enable spotify.service
|