#!/bin/sh if [ "$1" = "remove" -o "$1" = "purge" ]; then systemctl stop ndpisrvd.service fi