I noticed, that package
universe/archlinux-keyring owns those files
pacman -Ql archlinux-keyring
archlinux-keyring /archlinux-keyring-wkd-sync.service
archlinux-keyring /archlinux-keyring-wkd-sync.timer
archlinux-keyring /timers.target.wants/
archlinux-keyring /timers.target.wants/archlinux-keyring-wkd-sync.timer
which are placed in / directory for no reason;
for comparison, Arch Linux version of package (https://archlinux.org/packages/core/any/archlinux-keyring/) has those files in
usr/lib/systemd/system/archlinux-keyring-wkd-sync.service
usr/lib/systemd/system/archlinux-keyring-wkd-sync.timer
usr/lib/systemd/system/timers.target.wants/
usr/lib/systemd/system/timers.target.wants/archlinux-keyring-wkd-sync.timer
(absence of trailing slash on Arch's site is normal, hence pacman install all packages in
RootDir from
/etc/pacman.conf)
Yeah that's been on my TODO list. It's probably better to just manually remove those from the package. it's not like we're going to actually use the systemd service/timer.
>It's probably better to just manually remove those from the package. it's not like we're going to actually use the systemd service/timer.
Yep can confirm, deleting them is completely safe and I did not encounter any issues
It should be gone in archlinux-keyring-20220831-1.1
thanks
@h3xo, didnt notice these files in / since the last update. deleted them :)