Skip to content

Commit c4d392c

Browse files
author
Hendry, Adam
committed
Revert "fix(entrypoint.sh): replace systemctl"
This reverts commit 2cf68aa.
1 parent 6aa4862 commit c4d392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
3535
EOT
3636
chmod 600 ~/.gnupg/*
3737
chmod 700 ~/.gnupg
38-
service gpg-agent restart
38+
systemctl --user restart gpg-agentarent of 2cf68aa (fix(entrypoint.sh): replace `systemctl`)
3939
else
4040
gpg-agent --daemon --allow-preset-passphrase \
4141
--default-cache-ttl 60 --max-cache-ttl 60

0 commit comments

Comments
 (0)