does STARTUP_PATHS and related checks need to be adapted to systemd?
Brought to you by:
dogsbody,
dogsbodymark
Hey.
I just wanted to add a heads-up to the records, whether the following option
STARTUP_PATHS=/etc/init.d /etc/rc.local
and related checks need any adaptions (or be disabled) when systemd is actively used as PID1 (i.e. not just installed, but not used for startup)
Cheers,
Chris.
This was raised recently. I have modified STARTUP_PATHS to include '/etc/systemd/system' by default. It will follow any files and symlinks in there checking them for malware. STARTUP_PATHS can be set in the config file, so it should be possible for people toset a different path if required.
Fixed in CVS.