diff options
| author | alex <alex@pdp7.net> | 2025-11-21 20:20:21 +0000 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-11-21 21:21:12 +0100 |
| commit | 71270aee98cc069e9beb6755ed30a92c0a707bda (patch) | |
| tree | cd954d1cca023efab81e897658cc36a81ca7243a /scripts | |
| parent | 1a02ad41f229701077e2294a5296543b92ed9e25 (diff) | |
Try increasing RestartSec for robustness
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/p7s/mail/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/p7s/mail/__init__.py b/scripts/p7s/mail/__init__.py index c28c9003..f7c102f7 100644 --- a/scripts/p7s/mail/__init__.py +++ b/scripts/p7s/mail/__init__.py @@ -90,6 +90,7 @@ def create_forward(name, from_server, to_server): [Service] ExecStart=/usr/bin/imapfilter -c {config} -v Restart=always + RestartSec=60 [Install] WantedBy=default.target |
