Skip to main content

All Questions

Tagged with
0 votes
1 answer
265 views

How to correctly enable a service on a CentOs 7 machine using systemctl enable command?

I am not a sysadministrator (I am a software developer) but this time I have to install some agents on some CentOS machines that have to be monitored by Wazuh (a SIEM software) and I have the ...
AndreaNobili's user avatar
  • 7,201
5 votes
2 answers
47k views

How can I create a service in CentOS 6?

I need to create ratchet service on my dedicated server (CentOS 6). I have successfully created this service on local CentOS 7. The problem is that the server has got old version of CentOS and I need ...
Faryal Gohar's user avatar
1 vote
2 answers
29k views

"Failed to start SYSV" when starting self-made service

I'm trying to set up a service, on root, that will automatically start monetdb database after system startup because monetdb doesn't provide such mechanism. I've created /etc/init.d/monetdb script ...
yamny's user avatar
  • 111