Skip to content

Commit 972c06c

Browse files
committed
fix: fix invalid keys in systemd service
Requisite does not impose ordering, so I've added After as well.
1 parent dbc2291 commit 972c06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Unit]
22
Description=Check if systemd-networkd has broken NDisc routes and fix
3+
Requisite=systemd-networkd.service
4+
After=systemd-networkd.service
35

46
[Service]
57
Type=oneshot
68
# This needs to be root for the service restart to work
79
User=root
810
Group=root
911
ExecStart=/usr/local/bin/systemd-networkd-check-and-fix.sh
10-
11-
Requisite=systemd-networkd.service

0 commit comments

Comments
 (0)