mirror of
https://github.com/FrodoVDR/UdpPipe.git
synced 2023-10-10 11:36:54 +00:00
my config changes
This commit is contained in:
20
systemd/udppipe-client.service
Normal file
20
systemd/udppipe-client.service
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
|
20
systemd/udppipe-server.service
Normal file
20
systemd/udppipe-server.service
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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 -T
|
||||
Restart=always
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=udppipe
|
||||
Type=simple
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user