mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 17:32:23 +00:00
* CI integration * RPM (un)install scripts Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
6 lines
71 B
Bash
6 lines
71 B
Bash
#!/bin/sh
|
|
|
|
if [ $1 == 0 ]; then
|
|
systemctl stop ndpisrvd.service
|
|
fi
|