15 lines
272 B
Desktop File
15 lines
272 B
Desktop File
# Managed by Ansible
|
|
|
|
[Unit]
|
|
Description=MQTT Soundboard
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/soundboard/.venv/bin/python /opt/soundboard/soundboard.py /etc/soundboard.yaml
|
|
Restart=always
|
|
RestartSec=10
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|