mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
11 lines
311 B
SYSTEMD
11 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
|