mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
10 lines
160 B
Django/Jinja
10 lines
160 B
Django/Jinja
[Unit]
|
|
Description=set MTU
|
|
Before=wg-quick@wg0.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ systemctl_script_exec }}
|
|
|
|
[Install]
|
|
RequiredBy=wg-quick@wg0.service |