Issue #799 removed redundant restart

This commit is contained in:
Bruno Lottero 2022-10-31 16:24:02 -03:00
parent c4853f8f4f
commit 828076264e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Description=Update cloudflared
After=network.target
[Service]
ExecStart=/bin/bash -c '{{ .Path }} update; code=$?; if [ $code -eq 11 ]; then systemctl restart cloudflared; exit 0; fi; exit $code'
ExecStart=/bin/bash -c '{{ .Path }} update'
`,
},
{