
July 8th, 2012, 11:33 PM
|
|
|
Most Centos daemons use something like /etc/sysconfig/<daemonname> <command>. Redhat and Centos has a wrapper cli program 'service' so you can do something like
Code:
service httpd start
I'm not familiar with git daemon, but check in /etc/sysconfig and see if there is a git script, if so you can use the service command. Also look at chkconfig for autostart configuration.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
|