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.
15 lines
283 B
INI
15 lines
283 B
INI
7 years ago
|
[Unit]
|
||
|
Description=sets up ip rules and static routes
|
||
|
ConditionPathExists=/usr/local/bin/ffmyk-iproute.sh
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/local/bin/ffmyk-iproute.sh
|
||
|
TimeoutSec=0
|
||
|
StandardOutput=tty
|
||
|
RemainAfterExit=yes
|
||
|
SysVStartPriority=99
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|