Skip to content

Commit fdbce3d

Browse files
committed
have set_lo_multicast.service run immediately
1 parent 35a5344 commit fdbce3d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[Unit]
22
Description=Enable multicast on loopback interface
3-
After=network.target
3+
DefaultDependencies=no
4+
Before=network-pre.target
5+
Wants=network-pre.target
46

57
[Service]
6-
ExecStart=@bindir@/set_lo_multicast
78
Type=oneshot
8-
RemainAfterExit=true
9+
ExecStart=@bindir@/set_lo_multicast
10+
RemainAfterExit=yes
911

1012
[Install]
1113
WantedBy=multi-user.target

0 commit comments

Comments
 (0)