mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
10 lines
143 B
SYSTEMD
10 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description=set MTU
|
||
|
Before=wg-quick@wg0.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=set-mtu.sh
|
||
|
|
||
|
[Install]
|
||
|
RequiredBy=wg-quick@wg0.service
|