Add systemd service

This commit is contained in:
Reynir Björnsson 2021-09-24 15:02:10 +02:00
parent e4bdf9a97c
commit 99a1598015
1 changed files with 11 additions and 0 deletions

11
udpdup.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=UDP packet multiplexing
After=network.target
[Service]
Type=simple
#ExecStart=/usr/local/bin/udpdup 127.0.0.1:2234 127.0.0.1:2235
ExecStart=/usr/local/bin/udpdup
[Install]
WantedBy=multi-user.target