MT#6807 Check for udevd process without "--daemon" args

The daemon option doesn't necessarily exist, e.g. when
udev is invoked through systemd.
mr3.3.1
Michael Prokop 12 years ago
parent 0b86f03066
commit 48e9ce9c5f

@ -10,7 +10,7 @@ running-processes:
- nginx
- rate-o-mat
- /sbin/getty 38400 tty
- udevd --daemon
- udevd
- /usr/bin/logger -p daemon.info -t oss
- lua5.1 /usr/bin/prosody
- /usr/bin/mediator

@ -22,7 +22,7 @@ running-processes:
- /usr/sbin/hb_watchdog
- rate-o-mat
- /sbin/getty 38400 tty
- udevd --daemon
- udevd
- /usr/bin/logger -p daemon.info -t oss
- lua5.1 /usr/bin/prosody
- /usr/bin/mediator

Loading…
Cancel
Save