1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Merge pull request #2 from angt/fix-glorytun-udp-service

Fix glorytun-udp@.service.in
This commit is contained in:
Ycarus 2018-05-10 18:06:59 +02:00 committed by GitHub
commit 0fb677726a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ After=network.target network-online.target
Type=simple Type=simple
Restart=always Restart=always
EnvironmentFile=/etc/glorytun-udp/%i EnvironmentFile=/etc/glorytun-udp/%i
ExecStart=/usr/local/bin/glorytun-run keyfile /etc/glorytun-udp/%i.key ExecStart=/usr/local/bin/glorytun-udp-run keyfile /etc/glorytun-udp/%i.key
CapabilityBoundingSet=CAP_NET_ADMIN CapabilityBoundingSet=CAP_NET_ADMIN
[Install] [Install]