1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 19:31:54 +00:00
openmptcprouter-vps/glorytun-udp@.service.in
Adrien Gallouët cd9be137eb Fix glorytun-udp@.service.in
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2018-05-10 12:44:35 +02:00

13 lines
305 B
SYSTEMD

[Unit]
Description=Glorytun UDP on %I
After=network.target network-online.target
[Service]
Type=simple
Restart=always
EnvironmentFile=/etc/glorytun-udp/%i
ExecStart=/usr/local/bin/glorytun-udp-run keyfile /etc/glorytun-udp/%i.key
CapabilityBoundingSet=CAP_NET_ADMIN
[Install]
WantedBy=multi-user.target