mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove old services and add rmilter/rspamd
This commit is contained in:
parent
82185b86d5
commit
ab942600f6
1 changed files with 4 additions and 6 deletions
|
@ -13,6 +13,10 @@ dovecot:
|
|||
postfix:
|
||||
status: service
|
||||
log: [/var/log/mail.log,/var/log/mail.err]
|
||||
rmilter:
|
||||
status: systemctl status rmilter.socket
|
||||
rspamd:
|
||||
status: systemctl status rspamd.socket
|
||||
mysql:
|
||||
status: service
|
||||
log: [/var/log/mysql.log,/var/log/mysql.err]
|
||||
|
@ -36,16 +40,10 @@ yunohost-api:
|
|||
postgrey:
|
||||
status: service
|
||||
log: /var/log/mail.log
|
||||
amavis:
|
||||
status: service
|
||||
log: /var/log/mail.log
|
||||
nslcd:
|
||||
status: service
|
||||
log: /var/log/syslog
|
||||
nsswitch:
|
||||
status: service
|
||||
spamassassin:
|
||||
status: service
|
||||
log: /var/log/mail.log
|
||||
udisks2:
|
||||
status: service
|
||||
|
|
Loading…
Add table
Reference in a new issue