We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc2291 commit 972c06cCopy full SHA for 972c06c
ansible/files/systemd-networkd/systemd-networkd-check-and-fix.service
@@ -1,11 +1,11 @@
1
[Unit]
2
Description=Check if systemd-networkd has broken NDisc routes and fix
3
+Requisite=systemd-networkd.service
4
+After=systemd-networkd.service
5
6
[Service]
7
Type=oneshot
8
# This needs to be root for the service restart to work
9
User=root
10
Group=root
11
ExecStart=/usr/local/bin/systemd-networkd-check-and-fix.sh
-
-Requisite=systemd-networkd.service
0 commit comments