Hacker News new | ask | show | jobs
by frankjr 894 days ago
> I am not aware of any include directive for my own directories, so I don't have to place everything in /etc/systemd/system. There probably is a way to do this, and I am betraying my ignorance.

Systemd by default looks at a bunch of directories depending on the context.

$ systemd-analyze unit-paths (or --user / --global)

https://www.freedesktop.org/software/systemd/man/latest/syst...