[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:33731] start-stop-daemon で shell スクリプトを使用したい
- From: Yoshitake Shinohara <yoshi@xxxxxx>
- Subject: [debian-users:33731] start-stop-daemon で shell スクリプトを使用したい
- Date: Thu, 18 Jul 2002 22:24:13 +0900
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 3.0pl#17]; post only (only members can post)
- X-originating-ip: 10.0.0.1
- Message-id: <1026998649.3d36c17980c82@sv01>
- X-mail-count: 33731
- User-agent: IMP/PHP IMAP webmail program 2.2.7
よしたけ@YYNです。
こんばんは。
私が管理しているサーバで、10秒毎にあるファイルを移動するスクリプトを
実行したいのですが、そのスクリプトを起動させるのに、start-stop-daemon
を使用したいと思っております。
具体的には、
>start-stop-daemon --start --quiet --user root
> --exec /usr/local/bin/hoge.sh >/dev/null 2>&1 &
として起動したいのですが、次のエラーがでてスクリプトファイルを
start-stop-daemonで起動することができません。
>start-stop-daemon: Unable to start /usr/local/bin/hoge.sh:
> Exec format error
また、--exec /usr/bin/sh /usr/local/bin/hoge.sh >/dev/null 2>&1 &
に変更すると、すでにlogin shellでbashが起動されているため起動してくれ
ません。
現在は、login shellで使用していないzshを用いて起動しているのですが、
今後同様にスクリプトで動かしたい物があります。
何か良い方法はありませんでしょうか?
------------------------
YYN partnership company
Yoshitake Shinohara
yoshi@xxxxxx