append to error log in systemd unit file example

Append, don't overwrite.
This commit is contained in:
nervuri 2023-06-28 14:42:02 +00:00
parent 02666e2997
commit 92bcf86376
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ After=network.target
[Service]
Type=simple
Restart=always
ExecStart=client-hello-mirror -u www-data -c /etc/letsencrypt/live/example.com/fullchain.pem -k /etc/letsencrypt/live/example.com/privkey.pem :443 2>/var/log/client-hello-mirror-error.log
ExecStart=client-hello-mirror -u www-data -c /etc/letsencrypt/live/example.com/fullchain.pem -k /etc/letsencrypt/live/example.com/privkey.pem :443 2>>/var/log/client-hello-mirror-error.log
[Install]
WantedBy=multi-user.target