File: tcmu-runner.init

package info (click to toggle)
tcmu 1.5.4-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,104 kB
  • sloc: ansic: 15,893; sh: 83; makefile: 18; xml: 18
file content (13 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env /lib/init/init-d-script
### BEGIN INIT INFO
# Provides:          tcmu-runner
# Required-Start:    $syslog $time $remote_fs $network
# Required-Stop:     $syslog $time $remote_fs $network
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: LIO Userspace-passthrough daemon
# Description:       LIO Userspace-passthrough daemon
### END INIT INFO
DAEMON=/usr/bin/tcmu-runner

ulimit -n 1000000