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.
39 lines
703 B
39 lines
703 B
process:
|
|
acpid:
|
|
running: true
|
|
|
|
cron:
|
|
running: true
|
|
|
|
exim4:
|
|
running: true
|
|
|
|
getty:
|
|
running: [% general.init_system == 'systemd' ? 'false' : 'true' %]
|
|
|
|
mariadbd:
|
|
running: true
|
|
|
|
ntpd:
|
|
running: [% ntp.backend == 'ntpd' ? 'true' : 'false ' %]
|
|
|
|
[% database.key_value.flavor %]-server:
|
|
running: true
|
|
|
|
redis-server:
|
|
running: false
|
|
|
|
rsyslogd:
|
|
running: true
|
|
|
|
sshd:
|
|
running: true
|
|
|
|
# XXX: We need to truncate the process name to 15 characters (from the
|
|
# actual "systemd-timesyncd"), which is the size of the comm string in Linux.
|
|
systemd-timesyn:
|
|
running: [% ntp.backend == 'timesyncd' ? 'true' : 'false ' %]
|
|
|
|
systemd-udevd:
|
|
running: true
|