After installing EOS on a new system, without doing anything else (fresh install), I get the following error when I click on the Package Cleanup Configuration in the Welcome App. Any ideas on where to look for a solution? I’ve not found a solution searching this forum.
screenshot of error - paccache-service-manager error
paccache-service-manager error
Error: invalid line in file
/usr/lib/systemd/system/paccache-service
line:ExecStart=usr/bin/paccache -r $PACCACHE_ARGS
Everything else in the welcome app appears to be working just fine.
Here are the contents of file /usr/lib/systemd/system/paccache-service
[Unit]
Description=Remove unused cached package files[Service]
Type=oneshot
EnvironmentFile=/etc/conf.d/pacman-contrib
ExecStart=/usr/bin/paccache -r $PACCACHE_ARGSLowering priority
OOMScoreAdjust=1000
Nice=19
CPUSchedulingPolicy=idle
IOSchedulingClass=idle
IOSchedulingPriority=7Sandboxing and other hardening
ProtectProc=invisible
ProcSubset=pid
NoNewPrivileges=yes
ProtectSystem=full
ProtectHome=yes
PrivateTmp=yes
PrivateDevices=yes
PrivateNetwork=yes
PrivateIPC=yes
ProtectHostname=ye