[SOLVED] What is the Slackware equivalent of "service"?
by deretsigernu from LinuxQuestions.org on (#6QDY6)
I'm working through getting Postgresql running and I keep seeing answers in different places that say something like either
Code:systemctl status postgresqlor
Code:service postgresql-9.3 statusThe first is apparently for systems with systemd, so I don't expect that to work. But I thought the 2nd option would possibly work? However, it doesn't. I'm running slackware 15-64. What should I use instead?
Code:systemctl status postgresqlor
Code:service postgresql-9.3 statusThe first is apparently for systems with systemd, so I don't expect that to work. But I thought the 2nd option would possibly work? However, it doesn't. I'm running slackware 15-64. What should I use instead?