led-server/LED-Server-audiorecorder.service
2019-05-11 21:54:45 +02:00

17 lines
387 B
Desktop File

[Unit]
Description=LED-Server audiorecorder
After=syslog.target
[Service]
Type=simple
WorkingDirectory=/opt/LED-Server/clients/audiorecorder-pulse-udp/
ExecStart=python3 /opt/LED-Server/clients/audiorecorder-pulse-udp/audiorecorder.py
SyslogIdentifier=led-server-audiorecorder
StandardOutput=syslog
StandardError=syslog
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target