mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Try to keep this service list in alphabetic order or something
This commit is contained in:
parent
bb8b1b052d
commit
a7a3e7b6ba
1 changed files with 20 additions and 20 deletions
|
@ -1,42 +1,42 @@
|
||||||
|
avahi-daemon: {}
|
||||||
|
dnsmasq: {}
|
||||||
|
dovecot:
|
||||||
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
|
needs_exposed_ports: [993]
|
||||||
|
fail2ban:
|
||||||
|
log: /var/log/fail2ban.log
|
||||||
|
metronome:
|
||||||
|
log: [/var/log/metronome/metronome.log,/var/log/metronome/metronome.err]
|
||||||
|
needs_exposed_ports: [5222, 5269]
|
||||||
|
mysql:
|
||||||
|
log: [/var/log/mysql.log,/var/log/mysql.err]
|
||||||
|
alternates: ['mariadb']
|
||||||
nginx:
|
nginx:
|
||||||
log: /var/log/nginx
|
log: /var/log/nginx
|
||||||
test_conf: nginx -t
|
test_conf: nginx -t
|
||||||
needs_exposed_ports: [80, 443]
|
needs_exposed_ports: [80, 443]
|
||||||
avahi-daemon: {}
|
nslcd: {}
|
||||||
dnsmasq: {}
|
php7.0-fpm:
|
||||||
fail2ban:
|
log: /var/log/php7.0-fpm.log
|
||||||
log: /var/log/fail2ban.log
|
test_conf: php-fpm7.0 --test
|
||||||
dovecot:
|
|
||||||
log: [/var/log/mail.log,/var/log/mail.err]
|
|
||||||
needs_exposed_ports: [993]
|
|
||||||
postfix:
|
postfix:
|
||||||
log: [/var/log/mail.log,/var/log/mail.err]
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
test_status: systemctl show postfix@- | grep -q "^SubState=running"
|
test_status: systemctl show postfix@- | grep -q "^SubState=running"
|
||||||
needs_exposed_ports: [25, 587]
|
needs_exposed_ports: [25, 587]
|
||||||
rspamd:
|
|
||||||
log: /var/log/rspamd/rspamd.log
|
|
||||||
redis-server:
|
redis-server:
|
||||||
log: /var/log/redis/redis-server.log
|
log: /var/log/redis/redis-server.log
|
||||||
mysql:
|
rspamd:
|
||||||
log: [/var/log/mysql.log,/var/log/mysql.err]
|
log: /var/log/rspamd/rspamd.log
|
||||||
alternates: ['mariadb']
|
slapd: {}
|
||||||
ssh:
|
ssh:
|
||||||
log: /var/log/auth.log
|
log: /var/log/auth.log
|
||||||
test_conf: sshd -t
|
test_conf: sshd -t
|
||||||
needs_exposed_ports: [22]
|
needs_exposed_ports: [22]
|
||||||
metronome:
|
|
||||||
log: [/var/log/metronome/metronome.log,/var/log/metronome/metronome.err]
|
|
||||||
needs_exposed_ports: [5222, 5269]
|
|
||||||
slapd: {}
|
|
||||||
php7.0-fpm:
|
|
||||||
log: /var/log/php7.0-fpm.log
|
|
||||||
test_conf: php-fpm7.0 --test
|
|
||||||
yunohost-api:
|
yunohost-api:
|
||||||
log: /var/log/yunohost/yunohost-api.log
|
log: /var/log/yunohost/yunohost-api.log
|
||||||
yunohost-firewall:
|
yunohost-firewall:
|
||||||
need_lock: true
|
need_lock: true
|
||||||
test_status: iptables -S | grep "^-A INPUT" | grep " --dport" | grep -q ACCEPT
|
test_status: iptables -S | grep "^-A INPUT" | grep " --dport" | grep -q ACCEPT
|
||||||
nslcd: {}
|
|
||||||
glances: null
|
glances: null
|
||||||
nsswitch: null
|
nsswitch: null
|
||||||
ssl: null
|
ssl: null
|
||||||
|
|
Loading…
Add table
Reference in a new issue