Add Hackertours room and animation #4
1 changed files with 10 additions and 0 deletions
10
hackertours.unit
Normal file
10
hackertours.unit
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Run foobazdmx controller in Hackertours config
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=poetry python ./foobaz.py -a 127.0.0.1 -r hackertours -A hackertours -C 0,255,32
|
||||||
|
WorkingDirectory=~/working/foobazdmx
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in a new issue