Betriebssystem mit deprimierender Wirkung (REUPLOAD der Repo von 2018)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pacman-init.service 325B

123456789101112131415
  1. [Unit]
  2. Description=Initializes Pacman keyring
  3. Wants=haveged.service
  4. After=haveged.service
  5. Requires=etc-pacman.d-gnupg.mount
  6. After=etc-pacman.d-gnupg.mount
  7. [Service]
  8. Type=oneshot
  9. RemainAfterExit=yes
  10. ExecStart=/usr/bin/pacman-key --init
  11. ExecStart=/usr/bin/pacman-key --populate archlinux
  12. [Install]
  13. WantedBy=multi-user.target