4
Bir linux hizmetinin chkconfig tarafından desteklenmesi için neler gereklidir?
Ben boottime otomatik start eklemek için bir linux hizmeti ile çalışıyorum chkconfig -add <servicename> ve şöyle bir mesaj alıyorum: service <servicename> does not support chkconfig Red Hat Enterprise 4 kullanıyorum. Boottime'da autostart'a eklemeye çalıştığım senaryo şudur: #!/bin/sh soffice_start() { if [ -x /opt/openoffice.org2.4/program/soffice ]; then echo "Starting Open Office as …