mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-15 04:42:12 +00:00
14 lines
305 B
SYSTEMD
14 lines
305 B
SYSTEMD
|
[Unit]
|
||
|
Description=OMR-6in4
|
||
|
After=network.target network-online.target glorytun-tcp@.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/local/bin/omr-6in4-service
|
||
|
ExecStop=/usr/local/bin/omr-6in4-service stop
|
||
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|