13 lines
266 B
Text
13 lines
266 B
Text
|
[Unit]
|
||
|
Description=Manage Freifunk MWU static routes
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/local/bin/ffmwu-add-static-routes.sh
|
||
|
ExecStop=/usr/local/bin/ffmwu-del-static-routes.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|