2015-09-13 19:14:33 -07:00
|
|
|
[Unit]
|
2015-09-17 21:33:43 -07:00
|
|
|
Description=Control an Adafruit Neopixel from Matrix.org
|
2015-09-13 19:14:33 -07:00
|
|
|
Requires=network.target
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2016-03-13 17:59:23 -07:00
|
|
|
ExecStart=/usr/bin/python /root/lightrix/lightrix.py -r '{{lightrix_room_id}}' -c /root/.mcatrc
|
2015-09-17 21:33:43 -07:00
|
|
|
Restart=on-failure
|