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
commit c5d9dc9cfa

View File

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