Current time: 05-17-2024, 07:43 PM Hello There, Guest! (LoginRegister)


Post Reply 
Upgrade from Vhcs2 Centos 5
Author Message
Sweeny Offline
Junior Member
*

Posts: 74
Joined: Oct 2007
Reputation: 1
Post: #15
RE: Upgrade from Vhcs2 Centos 5
Here is the init.d which comes with the trunk:
Code:
case "$1" in
  start)
    echo "Starting $DESC..."
    start-stop-daemon --start --verbose --exec $DAEMON -- -p $PID
    ;;
  stop)
    start-stop-daemon --stop --verbose --pidfile $PID --exec $DAEMON --retry 5
    rm $PID
    ;;
  restart|force-reload)
    start-stop-daemon --stop --verbose --pidfile $PID --exec $DAEMON --retry 5
    rm $PID
    echo "Starting $DESC..."
    start-stop-daemon --start --verbose --exec $DAEMON -- -p $PID
    ;;
  status)

and on centos it was the same or it is the same when the init script which I made for CentOS isn't added yet. As you can see the start-stop-daemon is used for everything. The startscript which works for CentOS can be found here: http://mirrors.penguinfriends.org/ISPCP/...pcp_daemon

Greetings Sweeny
(This post was last modified: 03-20-2008 03:36 AM by Sweeny.)
10-20-2007 06:05 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Upgrade from Vhcs2 Centos 5 - rajkosto - 10-17-2007, 08:01 PM
RE: Upgrade from Vhcs2 Centos 5 - joximu - 10-17-2007, 08:29 PM
RE: Upgrade from Vhcs2 Centos 5 - rajkosto - 10-17-2007, 08:49 PM
RE: Upgrade from Vhcs2 Centos 5 - BeNe - 10-17-2007, 09:06 PM
RE: Upgrade from Vhcs2 Centos 5 - joximu - 10-17-2007, 09:08 PM
RE: Upgrade from Vhcs2 Centos 5 - rajkosto - 10-18-2007, 03:30 AM
RE: Upgrade from Vhcs2 Centos 5 - BeNe - 10-18-2007, 04:03 AM
RE: Upgrade from Vhcs2 Centos 5 - rajkosto - 10-18-2007, 04:20 AM
RE: Upgrade from Vhcs2 Centos 5 - rajkosto - 10-18-2007, 06:03 AM
RE: Upgrade from Vhcs2 Centos 5 - rajkosto - 10-18-2007, 07:24 AM
RE: Upgrade from Vhcs2 Centos 5 - raphael - 10-18-2007, 09:56 AM
RE: Upgrade from Vhcs2 Centos 5 - Sweeny - 10-20-2007, 05:20 AM
RE: Upgrade from Vhcs2 Centos 5 - rajkosto - 10-19-2007, 04:01 AM
RE: Upgrade from Vhcs2 Centos 5 - raphael - 10-20-2007, 05:40 AM
RE: Upgrade from Vhcs2 Centos 5 - Sweeny - 10-20-2007 06:05 AM
RE: Upgrade from Vhcs2 Centos 5 - raphael - 10-20-2007, 06:57 AM
RE: Upgrade from Vhcs2 Centos 5 - Sweeny - 10-20-2007, 07:09 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)