Tips And Tricks
Q:
How to disable services at start up?
A:
Slackware uses an as simple as elegant way to do that: just revoke the execution permission to the script!
# chmod -x /etc/rc.d/rc.serviceName
Q:
How to enable services at start up?
A:
Slackware uses an as simple as elegant way to do that: just grant the execution permission to the script!
# chmod +x /etc/rc.d/rc.serviceName