mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
10 lines
195 B
Django/Jinja
10 lines
195 B
Django/Jinja
[Unit]
|
|
Description=set MTU
|
|
Before=wg-quick@wg0{{ SYS_SERVICE_SUFFIX }}
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=bash /usr/local/bin/set-mtu.sh
|
|
|
|
[Install]
|
|
RequiredBy=wg-quick@wg0{{ SYS_SERVICE_SUFFIX }} |