Do not touch systemd-networkd

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-01-19 15:05:14 +00:00
parent 36ba7ddb7b
commit 6ce92e43ac

View File

@@ -45,6 +45,5 @@ EOF
# start services
_ask "Start glorytun now ? (enter to skip)" START
case "$START" in y*|Y*)
systemctl restart systemd-networkd
systemctl start glorytun@"$NAME" ;;
esac