File: ndctl.init

package info (click to toggle)
ndctl 82-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,460 kB
  • sloc: ansic: 42,027; sh: 3,974; makefile: 28
file content (12 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/lib/init/init-d-script
### BEGIN INIT INFO
# Provides:             ndctl-monitor
# Required-Start:       $syslog $time $remote_fs
# Required-Stop:        $syslog $time $remote_fs
# Default-Start:        2 3 4 5
# Default-Stop:         0 1 6
# Short-Description: Ndctl Monitor Daemon
# Description: monitoring of smart events of nvdimm objects
### END INIT INFO
DAEMON=/usr/bin/ndctl
DAEMON_ARGS="monitor --daemon"