1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-13 03:41:57 +00:00
openmptcprouter-vps/omr-admin.service.in

13 lines
234 B
SYSTEMD
Raw Normal View History

2019-12-31 14:38:01 +00:00
[Unit]
Description=OMR-Admin
After=network.target network-online.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/local/bin/omr-admin.py
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
[Install]
WantedBy=multi-user.target