Should we use systemd WantedBy=sysinit.target
or WantedBy=multi-user.target
for ? For example for security-misc systemd unit files?
- https://github.com/rustybird/corridor/issues/43
- https://unix.stackexchange.com/questions/506347/why-do-most-systemd-examples-contain-wantedby-multi-user-target
- https://unix.stackexchange.com/questions/556923/when-should-a-systemd-unit-file-use-sysinit-target-vs-multi-user-target
Looks more correct to use WantedBy=multi-user.target
since these units should not be run in single user (maintenance) mode since these might be breaking the boot one is trying to debug.