diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-27 02:48:26 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-27 03:08:09 -0500 |
commit | be7c4a634a4d44abfeb8bf4ebd10424627fbf251 (patch) | |
tree | 09a5d07218fbf6b438af6cfee6f9b88e5c2968a1 /libre/pacman | |
parent | a3883a71ac303662083c472ac46302bea264f5e7 (diff) | |
download | abslibre-be7c4a634a4d44abfeb8bf4ebd10424627fbf251.tar.gz abslibre-be7c4a634a4d44abfeb8bf4ebd10424627fbf251.tar.bz2 abslibre-be7c4a634a4d44abfeb8bf4ebd10424627fbf251.zip |
[pacman]: add 'pacman-keyring' init script for openrc (WIP, unused)
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/pacman-keyring | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libre/pacman/pacman-keyring b/libre/pacman/pacman-keyring new file mode 100644 index 000000000..b3558d563 --- /dev/null +++ b/libre/pacman/pacman-keyring @@ -0,0 +1,8 @@ +#!/sbin/openrc-run + +command=/usr/bin/pacman-key +command_args="--refresh-keys" +pidfile= + +name="pacman-keyring" +description="Refresh pacman keyring" |