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

14 lines
293 B
SYSTEMD
Raw Normal View History

2018-05-04 06:28:28 +00:00
[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 /etc/glorytun-udp/%i
2018-05-04 06:28:28 +00:00
CapabilityBoundingSet=CAP_NET_ADMIN
[Install]
WantedBy=multi-user.target