mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Add log path for each base services
This commit is contained in:
parent
5e0e0024b2
commit
6b946b1b58
1 changed files with 10 additions and 0 deletions
10
services.yml
10
services.yml
|
@ -1,22 +1,32 @@
|
|||
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]
|
||||
samba:
|
||||
status: service
|
||||
log: [/var/log/samba/log.smbd,/var/log/samba/log.nmbd]
|
||||
slapd:
|
||||
status: service
|
||||
log: /var/log/syslog
|
||||
|
|
Loading…
Add table
Reference in a new issue