Browse Source

Set the default log level to info

pull/49/head
Rodolphe Bréard 4 years ago
parent
commit
fc4e442c0b
  1. 2
      contrib/acmed.service

2
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

Loading…
Cancel
Save