1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 19:31:54 +00:00
openmptcprouter-vps/omr.service.in

14 lines
284 B
SYSTEMD
Raw Normal View History

[Unit]
2018-07-28 19:43:25 +00:00
Description=OMR
2019-05-12 02:45:49 +00:00
After=network.target network-online.target glorytun-tcp@.service glorytun-udp@.service
[Service]
Type=simple
Restart=always
2018-07-28 19:43:25 +00:00
ExecStart=/usr/local/bin/omr-service
2020-07-20 14:01:51 +00:00
KillSignal=9
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
[Install]
WantedBy=multi-user.target