mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
13 lines
290 B
SYSTEMD
13 lines
290 B
SYSTEMD
[Unit]
|
|
Description=OMR
|
|
After=network.target network-online.target glorytun-tcp@.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
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
|