ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Nikolay A. Fetisov" <naf@naf.net.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] start_daemon и stop_daemon
Date: Thu, 15 Jun 2006 11:10:41 +0400
Message-ID: <20060615111041.54bf9a91@naf177.naf.net.ru> (raw)
In-Reply-To: <4490EE25.8070105@reutman.ru>

On Thu, 15 Jun 2006 09:20:37 +0400
Alexey Sidorov wrote:
> ......
> не помогает :(

Для имеющегося в Sisyphus pyicq-t-0.7a-alt2 у меня стартовый 
скрипт сейчас заработал в таком варианте:

......
JIT_CONF=/usr/share/pyicq-t/config.xml
LOCKFILE=/var/lock/subsys/jabberd2-pyicq
PIDFILE=/var/run/pyicq-t/pyicq-t.pid
JIT_USER=root
JIT_EXEC=/usr/sbin/pyicq-t
# Конфиг - из пакета, я его не менял и не переносил в /etc/
# LOCKFILE - при запуске сервиса не создаётся
# JIT_USER - на jabber2 не менял

start()
{
        # start daemon
        start_daemon \
            --pidfile "$PIDFILE" \
            --user "$JIT_USER" \
            --name python \
            --displayname "$JIT_EXEC" \
            -- "$JIT_EXEC" -b -c "$JIT_CONF"
        RETVAL=$?
}
stop()
{
        stop_daemon \
            --pidfile "$PIDFILE" \
            --expect-user "$JIT_USER" \
            --displayname "$JIT_EXEC" \
            -- python
        RETVAL=$?
}
show_status()
{
        status \
            --pidfile "$PIDFILE" \
            --expect-user "$JIT_USER" \
            --displayname "$JIT_EXEC" \
            -- python
        RETVAL=$?
}
......

[JT] А вообще этот вопрос сильно не по тематике данной рассылки.

-- 
С уважением,	
Николай Фетисов


  reply	other threads:[~2006-06-15  7:10 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
2006-06-15  4:57     ` Nikolay A. Fetisov
2006-06-15  5:20       ` Alexey Sidorov
2006-06-15  7:10         ` Nikolay A. Fetisov [this message]
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=20060615111041.54bf9a91@naf177.naf.net.ru \
    --to=naf@naf.net.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