11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
|
[Unit]
|
||
|
Description=Foobaz DMX
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=poetry run python foobaz.py -a {{ foobazdmx__art_net_host }} -r big
|
||
|
WorkingDirectory=/opt/foobazdmx
|
||
|
User=foobazdmx
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|