diff options
Diffstat (limited to 'libre-testing/pacman/pacman-keyring.service')
-rw-r--r-- | libre-testing/pacman/pacman-keyring.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libre-testing/pacman/pacman-keyring.service b/libre-testing/pacman/pacman-keyring.service new file mode 100644 index 000000000..ded0235ad --- /dev/null +++ b/libre-testing/pacman/pacman-keyring.service @@ -0,0 +1,7 @@ +[Unit] +Description=Refresh pacman keyring +Documentation=man:pacman-key + +[Service] +Type=oneshot +ExecStart=/usr/bin/pacman-key --refresh-keys |