ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Sidorov <alex@reutman.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] start_daemon и stop_daemon
Date: Thu, 15 Jun 2006 08:22:43 +0400
Message-ID: <4490E093.1030106@reutman.ru> (raw)
In-Reply-To: <20060614222724.GE8552@basalt.office.altlinux.org>

Dmitry V. Levin пишет:
> Как вы понимаете, работающий процесс, который будут искать start_daemon,
> stop_daemon и status - это python.  Но start_daemon, stop_daemon и status
> этого не знают, их нужно проинформировать:
> 
> start_daemon --name python
> stop_daemon python  (python вместо $JIT_EXEC")
> status python  (python вместо $JIT_EXEC")
> 
> Если хотите красоты, до добавьте ещё для каждой из них
> --displayname "$JIT_EXEC"
> 
> Это всё при условии, что $PIDFILE заполнен правильно.
> 

start()
{
        # start daemon
	start_daemon \
	    --lockfile "$LOCKFILE" \
	    --pidfile "$PIDFILE" \
	    --user "$JIT_USER" \
	    --name python \
	    --displayname "$JIT_EXEC" \
	    -- "$JIT_EXEC" -b -c "$JIT_CONF"
	RETVAL=$?
}

stop()
{
	stop_daemon \
	    --lockfile "$LOCKFILE" \
	    --pidfile "$PIDFILE" \
	    --expect-user "$JIT_USER" \
	    --displayname "$JIT_EXEC" \
	    -- python
	RETVAL=$?
}

	status \
	    --pidfile "$PIDFILE" \
	    --expect-user "$JIT_USER" \
	    --displayname "$JIT_EXEC" \
	    -- python
	RETVAL=$?

[root@www ~]# service jabberd2-pyicq status
/usr/libexec/pyicq-t/PyICQt.py is stopped
[root@www ~]# service jabberd2-pyicq stop
Service /usr/libexec/pyicq-t/PyICQt.py is not running.                  [PASSED]
[root@www ~]# ps -A|grep py
25574 ?        00:00:02 python
25584 ?        00:00:00 python

и в $PIDFILE соответственно 25574

-- 
С уважением,	Алексей Сидоров
 	mailto:alex@reutman.ru
	JIT:alexsid@jabber.ru


  reply	other threads:[~2006-06-15  4:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-14 12:50 Alexey Sidorov
2006-06-14 22:27 ` Dmitry V. Levin
2006-06-15  4:22   ` Alexey Sidorov [this message]
2006-06-15  4:57     ` Nikolay A. Fetisov
2006-06-15  5:20       ` Alexey Sidorov
2006-06-15  7:10         ` Nikolay A. Fetisov
2006-06-15  7:48           ` Alexey Sidorov
2006-06-15  9:41           ` Vladimir V. Kamarzin
2006-06-15  9:56             ` Alexey Sidorov
2006-06-15 21:31               ` Dmitry V. Levin
2006-06-15 10:30             ` Nikolay A. Fetisov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4490E093.1030106@reutman.ru \
    --to=alex@reutman.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git