Issue #799 removed redundant restart
This commit is contained in:
parent
c4853f8f4f
commit
828076264e
|
@ -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'
|
||||
`,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue