diff --git a/contrib/acmed.service b/contrib/acmed.service index 26245ec..2c7dafa 100644 --- a/contrib/acmed.service +++ b/contrib/acmed.service @@ -12,7 +12,7 @@ RuntimeDirectory=acmed # daemon handling: start, stop, timeouts #ExecStart=/usr/bin/acmed --foreground --pid-file /run/acmed/acmed.pid --log-level trace --log-stderr -ExecStart=/usr/bin/acmed --foreground --pid-file /run/acmed/acmed.pid --log-level warn +ExecStart=/usr/bin/acmed --foreground --pid-file /run/acmed/acmed.pid --log-level info TimeoutStartSec=3 TimeoutStopSec=5 Restart=on-failure