lightrix/lightrix.service

12 lines
261 B
INI
Raw Permalink Normal View History

[Unit]
2015-09-17 21:33:43 -07:00
Description=Control an Adafruit Neopixel from Matrix.org
Requires=network.target
[Install]
WantedBy=default.target
[Service]
Type=simple
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