Merge pull request #17418 from DamienCassou/offlineimap-module-reporting
offlineimap's module: change UI to syslog
This commit is contained in:
commit
c5d9dc9cfa
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user