We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
systemctl
1 parent a1c8571 commit 2cf68aaCopy full SHA for 2cf68aa
entrypoint.sh
@@ -35,7 +35,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
35
EOT
36
chmod 600 ~/.gnupg/*
37
chmod 700 ~/.gnupg
38
- systemctl --user restart gpg-agent
+ sudo service gpg-agent restart
39
else
40
gpg-agent --daemon --allow-preset-passphrase \
41
--default-cache-ttl 60 --max-cache-ttl 60
0 commit comments