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
290 B
SYSTEMD
Raw Normal View History

[Unit]
2018-07-28 19:43:25 +00:00
Description=OMR
After=network.target network-online.target glorytun-tcp@.service
[Service]
Type=simple
Restart=always
2018-07-28 19:43:25 +00:00
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