Always restart imapnotify processes
This commit is contained in:
parent
72da96bd78
commit
dc57edf7c7
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ let
|
||||||
After = "network-online.target";
|
After = "network-online.target";
|
||||||
Wants = "network-online.target";
|
Wants = "network-online.target";
|
||||||
};
|
};
|
||||||
|
Service = {
|
||||||
|
Restart = "always";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue