Arch Linux, systemd 252 (252.4-2-arch)
Doing:
systemctl status [email protected]
Results in:
Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled; preset: disabled)
However, running:
systemctl list-unit-files
Doesn't show the same name. It only shows:
[email protected] disabled disabled
[email protected] indirect disabled
Why is there this difference in naming convention, and why is it shown as disabled in this listing?