11 lines
178 B
SYSTEMD
11 lines
178 B
SYSTEMD
|
[Unit]
|
||
|
Description=Restart WireGuard
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|