foobazdmx/hackertours.unit

10 lines
252 B
Text

[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