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
2023-09-14 09:31:45 +00:00

13 lines
302 B
SYSTEMD

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