Skip to content

Commit 33a60e5

Browse files
committed
Always restarting the service. RE:natcap#1580
1 parent 0e64389 commit 33a60e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codesigning/signing-worker/natcap-codesign.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ WorkingDirectory=/tmp
2929
[Service]
3030
# Run in the foreground
3131
Type=simple
32-
Restart=no # change back to always
32+
Restart=always
3333
ExecStart=python3 /opt/natcap-codesign/natcap-codesign.py /opt/natcap-codesign/codesign-cert-chain.pem

0 commit comments

Comments
 (0)