Looks like 'paru -Ly' will set perms on '/var/cache/aur/pkg' so our
earlier 'chmod 0777' gets reverted. We move 'chmod 0777' down the
list after 'paru -Ly' so perms stick.
Arch-based systems will never automatically enable a systemd service
unit for the administrator. Check if 'sysstat.service' exists. Start
and enable it if so.
Packages can now have a global (i.e. system-wide) config defined and
applied. If package is missing the config file is deleted. This is
helpful for example for Git where we want to define helpful aliases
for every logged in user and for tmux where every user should have
access to the tmux-resurrect session manager etc.