[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Damn Outlook HTML



"Costa, Todd (DMH)" <Todd.Costa@dmh.state.ma.us> writes:
>         I am stuck on how I can manually start-stop-restart a daemon from the
> command line. I have a daemon that gets flaky and the only way I can get it
> back running again is to restart the entire system. I really don't want to do
> this so I tried finding a reference but nothing popped up in my searches. I
> realize this must be an easy thing but I am fried right now and I have been
> looking for a good command to restart the daemon for a few days now without
> any luck.

Is this daemon part of a Debian package you installed? If so you
probably have two options:

1) /etc/init.d/<service> restart
         or
   /etc/init.d/<service> stop
   /etc/init.d/<service> start

2) man start-stop-daemon

If it's a standard service started by Debian at boot then I'd use
#1. Otherwise read the start-stop-daemon man page and use it.

Gary


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: