File: udevmon.init

package info (click to toggle)
interception-tools 0.6.8-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: cpp: 1,321; ansic: 68; makefile: 9; sh: 4
file content (12 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

depend() {
	want udev-settle
	after udev-settle
}

command=/usr/bin/udevmon
command_args='-c /etc/interception/udevmon.yaml'
start_stop_daemon_args='-N -20'
pidfile=/var/run/udevmon.pid
command_background=true