diff --git a/hackertours.unit b/hackertours.unit new file mode 100644 index 0000000..b986db1 --- /dev/null +++ b/hackertours.unit @@ -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