13 lines
321 B
Desktop File
13 lines
321 B
Desktop File
[Unit]
|
|
Description=Run foobazdmx controller in Hackertours config
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=poetry run python ./foobaz.py -a 127.0.0.1 -r hackertours -A hackertours -C 0,255,32
|
|
WorkingDirectory=%h/working/foobazdmx
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
# link or copy me to ~/.config/systemd/user
|