1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 11:21:56 +00:00
openmptcprouter-vps/omr.service.in
Ycarus (Yannick Chabanois) 5cd78a9401 Update do VPS script 0.993
2019-05-12 02:45:49 +00:00

13 lines
312 B
SYSTEMD

[Unit]
Description=OMR
After=network.target network-online.target glorytun-tcp@.service glorytun-udp@.service
[Service]
Type=simple
Restart=always
ExecStart=/usr/local/bin/omr-service
ExecStop=/usr/local/bin/omr-service stop
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
[Install]
WantedBy=multi-user.target