File: nut-server.prerm

package info (click to toggle)
nut 2.8.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,212 kB
  • sloc: ansic: 92,222; sh: 8,037; cpp: 3,070; makefile: 2,302; python: 1,192; perl: 744; xml: 47
file content (13 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

handle_start_failure () {
# The MODE defined in /etc/nut/nut.conf shouldn't affect the exit code when the
# daemon is stopped. If it fails to stop, the maintainer script should fail
# too.
  return 1
}

#DEBHELPER#

exit 0