mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
13 lines
249 B
SYSTEMD
13 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
Description=OMR-ByPass
|
||
|
After=network.target network-online.target shorewall.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/bin/omr-bypass
|
||
|
KillSignal=9
|
||
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|