mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
10 lines
177 B
Desktop File
10 lines
177 B
Desktop File
[Unit]
|
|
Description=set MTU
|
|
Before=wg-quick@wg0.cymais.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=bash /usr/local/bin/set-mtu.sh
|
|
|
|
[Install]
|
|
RequiredBy=wg-quick@wg0.cymais.service |