~roadmr/checkbox/912946

« back to all changes in this revision

Viewing changes to jobs/daemons.txt.in

Imported scripts and jobs from Platform Services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: atd
 
3
requires: package.name == 'at'
 
4
command: pgrep -f '/usr/sbin/atd' >/dev/null
 
5
_description: Test if the atd daemon is running when the package is installed.
 
6
 
 
7
plugin: shell
 
8
name: cron
 
9
requires: package.name == 'cron'
 
10
command: pgrep -f '/usr/sbin/cron' >/dev/null
 
11
_description: Test if the cron daemon is running when the package is installed.
 
12
 
 
13
plugin: shell
 
14
name: cupsd
 
15
requires: package.name == 'cupsys'
 
16
command: pgrep -f '/usr/sbin/cupsd' >/dev/null
 
17
_description: Test if the cupsd daemon is running when the package is installed.
 
18
 
 
19
plugin: shell
 
20
name: getty
 
21
requires: package.name == 'util-linux'
 
22
command: pgrep -f '/sbin/getty' >/dev/null
 
23
_description: Test if the getty daemon is running when the package is installed.
 
24
 
 
25
plugin: shell
 
26
name: init
 
27
requires: package.name == 'upstart'
 
28
command: pgrep -f '/sbin/init' >/dev/null
 
29
_description: Test if the init daemon is running when the package is installed.
 
30
 
 
31
plugin: shell
 
32
name: klogd
 
33
requires: package.name == 'klogd'
 
34
command: pgrep -f '/sbin/klogd' >/dev/null
 
35
_description: Test if the klogd daemon is running when the package is installed.
 
36
 
 
37
plugin: shell
 
38
name: nmbd
 
39
requires: package.name == 'samba'
 
40
command: pgrep -f '/usr/sbin/nmbd' >/dev/null
 
41
_description: Test if the nmbd daemon is running when the package is installed.
 
42
 
 
43
plugin: shell
 
44
name: smbd
 
45
requires: package.name == 'samba'
 
46
command: pgrep -f '/usr/sbin/smbd' >/dev/null
 
47
_description: Test if the smbd daemon is running when the package is installed.
 
48
 
 
49
plugin: shell
 
50
name: syslogd
 
51
requires: package.name == 'syslogd'
 
52
command: pgrep -f '/sbin/syslogd' >/dev/null
 
53
_description: Test if the syslogd daemon is running when the package is installed.
 
54
 
 
55
plugin: shell
 
56
name: udevd
 
57
requires:
 
58
 package.name == 'udevd'
 
59
 package.name == 'linux'
 
60
command: pgrep -f '/sbin/udevd' >/dev/null
 
61
_description: Test if the udevd daemon is running when the package is installed.
 
62
 
 
63
plugin: shell
 
64
name: winbindd
 
65
requires: package.name == 'winbind'
 
66
command: pgrep -f '/usr/sbin/winbindd' >/dev/null
 
67
_description: Test if the winbindd daemon is running when the package is installed.