[no ci] Package: update S50snmpd

pull/1395/head
viktorxda 2024-04-10 18:42:04 +02:00 committed by GitHub
parent 9aafacf493
commit d3d1b3f54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SNMPD_ARGS="-n -4 -c openipc -D OpenIPC -C https://openipc.org -L Internet"
start() {
printf "Starting $DAEMON: "
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" -- $SNMPD_ARGS
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/bin/$DAEMON" -- $SNMPD_ARGS
if [ $? = 0 ]; then
echo "OK"
else