You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
318 B
INI
16 lines
318 B
INI
[Unit]
|
|
Description=sets up ip rules and static routes
|
|
ConditionPathExists=/usr/local/bin/ffmyk-iproute.sh
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/local/bin/ffmyk-iproute.sh
|
|
TimeoutSec=0
|
|
StandardOutput=tty
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|