mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Add omr-bypass service
This commit is contained in:
parent
c0c9627007
commit
a9e217fb7c
3 changed files with 102 additions and 0 deletions
12
omr-bypass.service.in
Normal file
12
omr-bypass.service.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue