mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
12 lines
311 B
SYSTEMD
12 lines
311 B
SYSTEMD
|
[Unit]
|
||
|
Description=OMR6IN4 on %I
|
||
|
After=network.target network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/omr-6in4-run start /etc/openmptcprouter-vps-admin/omr-6in4/%i
|
||
|
ExecStop=/usr/local/bin/omr-6in4-run start /etc/openmptcprouter-vps-admin/omr-6in4/%i
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|