Comment by Denvercoder9
1 year ago
> I am annoyed by the redundant "systemd/system" directory name
It's not redundant, you also have /etc/systemd/user (and /lib/systemd/user) where units that run in the user context (as opposed to system-wide context) are stored.
It's also worth noting that this is a fairly standard pattern in /etc
Personally I like it more than
Keeps things less cluttered. Hierarchical categorization is >> than lateral
It could have been named 'global' instead of 'system'.