foobazdmx/hackertours.unit

11 lines
252 B
Text
Raw Normal View History

2024-12-17 09:42:45 +01:00
[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