moulinette/lib/yunohost/data/services.yml
Jerome Lebleu 9c9ccc1271 Try to improve time execution and continue refactoring
* Revert to classes centralization into actionsmap.py
* Try to optimize conditions and loops
* Revisit Package class and get directories from a file generated at build
* Early refactoring of i18n
* Move yunohost library into /lib
2014-03-11 00:57:28 +01:00

38 lines
857 B
YAML

nginx:
status: service
log: /var/log/nginx
bind9:
status: service
log: /var/log/daemon.log
dovecot:
status: service
log: [/var/log/mail.log,/var/log/mail.err]
postfix:
status: service
log: [/var/log/mail.log,/var/log/mail.err]
mysql:
status: service
log: [/var/log/mysql.log,/var/log/mysql.err]
glances:
status: service
tahoe-lafs:
status: ps aux | grep tahoe |grep -v grep
log: /home/yunohost.backup/tahoe/logs/twistd.log
ssh:
status: service
log: /var/log/auth.log
metronome:
status: metronomectl status
log: [/var/log/metronome/metronome.log,/var/log/metronome/metronome.err]
slapd:
status: service
log: /var/log/syslog
php5-fpm:
status: service
log: /var/log/php5-fpm.log
yunohost-api:
status: service
log: /var/log/yunohost.log
postgrey:
status: service
log: /var/log/mail.log