aboutsummaryrefslogtreecommitdiff
path: root/packages/redhat/pre_uninstall
blob: d0ea019fb4ecc0b9d549c7b7c69b49f36d0bf70b (plain)
1
2
3
4
5
#!/bin/sh

if [ $1 == 0 ]; then
    systemctl stop ndpisrvd.service
fi