diff options
Diffstat (limited to 'community/udpxy/udpxy.service')
-rw-r--r-- | community/udpxy/udpxy.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/udpxy/udpxy.service b/community/udpxy/udpxy.service index 9ab244043..a155c5e14 100644 --- a/community/udpxy/udpxy.service +++ b/community/udpxy/udpxy.service @@ -3,7 +3,7 @@ Description=UDP multicast to TCP (HTTP) relay proxy After=network.target [Service] -Type=forking +Type=simple PIDFile=/run/udpxy.pid ExecStart=/usr/bin/udpxy -T -S -p 4022 -B 256kb |