hack: restart dovecot from time to time
This commit is contained in:
parent
8218423cfd
commit
5ba24ad7c3
1 changed files with 8 additions and 0 deletions
|
@ -37,4 +37,12 @@
|
||||||
];
|
];
|
||||||
group = config.services.dovecot2.group;
|
group = config.services.dovecot2.group;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# XXX *shrug*
|
||||||
|
services.cron = {
|
||||||
|
enable = true;
|
||||||
|
systemCronJobs = [
|
||||||
|
"0 2 * * * root systemctl restart dovecot2.service"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue