Skip to content

Commit c044a99

Browse files
authored
Merge pull request gamemann#16 from omicronn88/master
Update xdpfw.service
2 parents ded517f + f63c5f1 commit c044a99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

other/xdpfw.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Requires=network-online.target
55

66
[Service]
77
ExecStart=/usr/bin/xdpfw
8+
ExecStopPost=/bin/bash -c "ip link set dev $(grep -E ^interface /etc/xdpfw/xdpfw.conf | sed -En 's/^.+=|[\"; ]//gp') xdp off"
89
Restart=always
910

1011
[Install]

0 commit comments

Comments
 (0)