summaryrefslogtreecommitdiff
path: root/configs/mate/root-image/etc/systemd/system/pacman-init.service
diff options
context:
space:
mode:
authorJorginho <jorginho@lavabit.com>2015-09-09 20:51:01 +0200
committerJorginho <jorginho@lavabit.com>2015-09-09 20:51:01 +0200
commit8d140ce60ae05caa0d0c262fc33a4e26540abbc9 (patch)
treedba88688162ae2df0a2d4d780007c8d12833762c /configs/mate/root-image/etc/systemd/system/pacman-init.service
parentb4e9cd552ddb482a24bc817da6581b8ff74200f0 (diff)
Change X11/icewm for Mate desktop
Diffstat (limited to 'configs/mate/root-image/etc/systemd/system/pacman-init.service')
-rw-r--r--configs/mate/root-image/etc/systemd/system/pacman-init.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mate/root-image/etc/systemd/system/pacman-init.service b/configs/mate/root-image/etc/systemd/system/pacman-init.service
new file mode 100644
index 0000000..3414ebc
--- /dev/null
+++ b/configs/mate/root-image/etc/systemd/system/pacman-init.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Initializes Pacman keyring
+Wants=haveged.service
+After=haveged.service
+Requires=etc-pacman.d-gnupg.mount
+After=etc-pacman.d-gnupg.mount
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/pacman-key --init
+ExecStart=/usr/bin/pacman-key --populate archlinux
+ExecStart=/usr/bin/pacman-key --populate parabola
+
+[Install]
+WantedBy=multi-user.target