2017-10-11 06:52:24 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Manage Freifunk MWU static routes
|
2017-12-04 06:21:25 +01:00
|
|
|
After=network-online.target networking.service
|
2017-10-11 06:52:24 +02:00
|
|
|
|
|
|
|
[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
|