mirror of
https://github.com/FrodoVDR/UdpPipe.git
synced 2023-10-10 13:36:54 +02:00
21 lines
432 B
SYSTEMD
21 lines
432 B
SYSTEMD
|
# untested, feedback welcomed.
|
||
|
[Unit]
|
||
|
Description=UdpPipe - UDP Pipe
|
||
|
After=network.target
|
||
|
Requires=network.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=PYTHONPATH=/usr/local/UdpPipe
|
||
|
WorkingDirectory=/usr/local/UdpPipe
|
||
|
ExecStart=/usr/bin/python /usr/local/UdpPipe/eu/liebrand/udppipe/Pipe.py nodaemon -H
|
||
|
Restart=always
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|
||
|
SyslogIdentifier=udppipe
|
||
|
Type=simple
|
||
|
User=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|