|
|
@ -1,6 +1,8 @@
|
|
|
|
[Unit]
|
|
|
|
[Unit]
|
|
|
|
Description=sets up ip rules and static routes
|
|
|
|
Description=sets up ip rules and static routes
|
|
|
|
ConditionPathExists=/usr/local/bin/ffmyk-iproute.sh
|
|
|
|
ConditionPathExists=/usr/local/bin/ffmyk-iproute.sh
|
|
|
|
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
Wants=network-online.target
|
|
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
Type=forking
|
|
|
@ -8,7 +10,6 @@ ExecStart=/usr/local/bin/ffmyk-iproute.sh
|
|
|
|
TimeoutSec=0
|
|
|
|
TimeoutSec=0
|
|
|
|
StandardOutput=tty
|
|
|
|
StandardOutput=tty
|
|
|
|
RemainAfterExit=yes
|
|
|
|
RemainAfterExit=yes
|
|
|
|
SysVStartPriority=99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
WantedBy=multi-user.target
|
|
|
|