From 104333b1f5fce3bedb60a101f6420b3d53a3e63f Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 17 Dec 2024 09:42:45 +0100 Subject: [PATCH] Add a use unit for hackertours --- hackertours.unit | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hackertours.unit 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