fix(mailsync): incorrect indent
This commit is contained in:
parent
23d6686697
commit
341db7911e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ in
|
||||||
mailsync = {
|
mailsync = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Syncs email";
|
Description = "Syncs email";
|
||||||
After = [ "network-online.target" ];
|
After = [ "network-online.target" ];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
Loading…
Reference in a new issue