Merge pull request #17418 from DamienCassou/offlineimap-module-reporting

offlineimap's module: change UI to syslog
This commit is contained in:
Damien Cassou
2016-08-04 08:33:20 +02:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ in {
description = "Offlineimap: a software to dispose your mailbox(es) as a local Maildir(s)";
serviceConfig = {
Type = "oneshot";
ExecStart = "${cfg.package}/bin/offlineimap -u basic -o -1";
ExecStart = "${cfg.package}/bin/offlineimap -u syslog -o -1";
TimeoutStartSec = cfg.timeoutStartSec;
};
path = cfg.path;