From 42ad2744c1122eeb6e33972ed34a87567a690a57 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 26 Dec 2025 15:02:04 +0700 Subject: all: remove pacman-init service and ops-agent config.yaml The original pacman-init.service usage is to populate the pacman keyrings. Since we install archlinux-keyring package at pacstrap, we did not need to do it anymore. On ops-agent, the latest package released that include the same config.yaml. --- sys/etc/systemd/system/pacman-init.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sys/etc/systemd/system/pacman-init.service (limited to 'sys/etc/systemd/system') diff --git a/sys/etc/systemd/system/pacman-init.service b/sys/etc/systemd/system/pacman-init.service deleted file mode 100644 index 60af106..0000000 --- a/sys/etc/systemd/system/pacman-init.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Pacman keyring initialization -Wants=network-online.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/pacman-key --recv-key B24B7E71D51210D9292E1B3E4A5360B500C9C4F0 -ExecStart=/usr/bin/pacman-key --lsign-key B24B7E71D51210D9292E1B3E4A5360B500C9C4F0 - -[Install] -WantedBy=multi-user.target -- cgit v1.3