diff --git a/ocsp.service b/ocsp.service index 7a845c9..46f57d5 100644 --- a/ocsp.service +++ b/ocsp.service @@ -6,7 +6,7 @@ After=network-online.target [Service] User=cfssl Group=cfssl -ExecStartPre=/usr/local/bin/cfssl ocspdump -db-config /etc/cfssl/db_config.json> /etc/cfssl/ocspdump +ExecStartPre=/usr/local/bin/cfssl ocspdump -loglevel=0 -db-config /etc/cfssl/db_config.json > /etc/cfssl/ocspdump ExecStart=/usr/local/bin/cfssl ocspserve -port=8889 -responses=/etc/cfssl/ocspdump -loglevel=0 Restart=always PrivateTmp=yes @@ -14,4 +14,4 @@ ProtectSystem=full NoNewPrivileges=yes [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target