You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
476 B
45 lines
476 B
process:
|
|
acpid:
|
|
running: true
|
|
|
|
cron:
|
|
running: true
|
|
|
|
exim4:
|
|
running: true
|
|
|
|
getty:
|
|
running: true
|
|
|
|
mysqld:
|
|
running: true
|
|
|
|
mysqld_safe:
|
|
running: true
|
|
|
|
nginx:
|
|
running: true
|
|
|
|
ntpd:
|
|
running: true
|
|
|
|
perl-fcgi:
|
|
running: true
|
|
|
|
redis-server:
|
|
running: true
|
|
|
|
rsyslogd:
|
|
running: true
|
|
|
|
sshd:
|
|
running: true
|
|
|
|
{{if eq .Env.DEBIAN_RELEASE "8"}}
|
|
udevd:
|
|
running: true
|
|
{{else}}
|
|
systemd-udevd:
|
|
running: true
|
|
{{end}}
|