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 6aa4862 commit c4d392cCopy full SHA for c4d392c
entrypoint.sh
@@ -35,7 +35,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
35
EOT
36
chmod 600 ~/.gnupg/*
37
chmod 700 ~/.gnupg
38
- service gpg-agent restart
+ systemctl --user restart gpg-agentarent of 2cf68aa (fix(entrypoint.sh): replace `systemctl`)
39
else
40
gpg-agent --daemon --allow-preset-passphrase \
41
--default-cache-ttl 60 --max-cache-ttl 60
0 commit comments