Add a use unit for hackertours
This commit is contained in:
parent
52c1cf5c11
commit
104333b1f5
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