Use systemd WantedBy=sysinit.target or WantedBy=multi-user.target?

Should we use systemd WantedBy=sysinit.target or WantedBy=multi-user.target for ? For example for security-misc systemd unit files?

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.

1 Like