Files
nDPId/packages/redhat/pre_uninstall
Toni Uhlig 4bed2a791f CMake/RPM integration
* CI integration
 * RPM (un)install scripts

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2024-11-17 17:12:06 +01:00

6 lines
71 B
Bash

#!/bin/sh
if [ $1 == 0 ]; then
systemctl stop ndpisrvd.service
fi