mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-14 05:25:17 +01:00
git-subtree-dir: client-playbook git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6 git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
10 lines
143 B
Desktop File
10 lines
143 B
Desktop File
[Unit]
|
|
Description=set MTU
|
|
Before=wg-quick@wg0.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=set-mtu.sh
|
|
|
|
[Install]
|
|
RequiredBy=wg-quick@wg0.service |