mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
8 lines
140 B
SYSTEMD
8 lines
140 B
SYSTEMD
|
[Unit]
|
||
|
Description=WireGuard restart
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service
|