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:
|
nginx:
|
||||||
status: service
|
status: service
|
||||||
|
log: /var/log/nginx
|
||||||
bind9:
|
bind9:
|
||||||
status: service
|
status: service
|
||||||
|
log: /var/log/daemon.log
|
||||||
dovecot:
|
dovecot:
|
||||||
status: service
|
status: service
|
||||||
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
postfix:
|
postfix:
|
||||||
status: service
|
status: service
|
||||||
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
mysql:
|
mysql:
|
||||||
status: service
|
status: service
|
||||||
|
log: [/var/log/mysql.log,/var/log/mysql.err]
|
||||||
glances:
|
glances:
|
||||||
status: service
|
status: service
|
||||||
tahoe-lafs:
|
tahoe-lafs:
|
||||||
status: ps aux | grep tahoe |grep -v grep
|
status: ps aux | grep tahoe |grep -v grep
|
||||||
|
log: /home/yunohost.backup/tahoe/logs/twistd.log
|
||||||
ssh:
|
ssh:
|
||||||
status: service
|
status: service
|
||||||
|
log: /var/log/auth.log
|
||||||
metronome:
|
metronome:
|
||||||
status: metronomectl status
|
status: metronomectl status
|
||||||
|
log: [/var/log/metronome/metronome.log,/var/log/metronome/metronome.err]
|
||||||
samba:
|
samba:
|
||||||
status: service
|
status: service
|
||||||
|
log: [/var/log/samba/log.smbd,/var/log/samba/log.nmbd]
|
||||||
slapd:
|
slapd:
|
||||||
status: service
|
status: service
|
||||||
|
log: /var/log/syslog
|
||||||
|
|
Loading…
Add table
Reference in a new issue