Skip to content
Snippets Groups Projects
Unverified Commit 0bbe55ca authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

gluon-ebtables-limit-arp: stop for autoupdater (#3162)


Stop and start the gluon-arp-limiter service before the network is
brought down when commencing update.

Start the service after the network is brought back up when aborting.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent c905ea50
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
. /lib/gluon/autoupdater/lib.sh
# Start after network
start_enabled gluon-arp-limiter
#!/bin/sh
. /lib/gluon/autoupdater/lib.sh
# Stop before network
stop gluon-arp-limiter
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment