4ce00a6ac3
- move static routes from role service-rclocal to scripts run by systemd unit - mv routing specific sysctl settings
12 lines
266 B
Django/Jinja
12 lines
266 B
Django/Jinja
[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
|