(no title)
Linux-Fan | 6 months ago
echo exit 101 > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
I think this is the recommended way to avoid autostarting services on Debian.Linux-Fan | 6 months ago
echo exit 101 > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
I think this is the recommended way to avoid autostarting services on Debian.
rbanffy|6 months ago
Still should be the default behavior.