update readme systemd to use reload

This commit is contained in:
xiki 2021-04-15 19:39:33 +02:00
parent b8f8cbf26d
commit 75a17f16dd
1 changed files with 3 additions and 3 deletions

View File

@ -113,17 +113,17 @@ This `.path` will activate unit file with the same name
``` ```
# /etc/systemd/system/wg-gen-web.service # /etc/systemd/system/wg-gen-web.service
[Unit] [Unit]
Description=Restart WireGuard Description=Reload WireGuard
After=network.target After=network.target


[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service ExecStart=/usr/bin/systemctl reload wg-quick@wg0.service


[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
Which will restart WireGuard service Which will reload WireGuard service


### Using ```inotifywait``` ### Using ```inotifywait```
For any other init system, create a daemon running this script For any other init system, create a daemon running this script