12 lines
221 B
Desktop File
12 lines
221 B
Desktop File
[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
|