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

[debian-users:36554] Re: help: 自分が作ったシェルスクリプトを再起動時に自動実行させたい



竹島です。

増田@駒ヶ根様 ありがとうございます。
横綱相撲の正当派を教えて頂きありがとうございました。

奇襲技を少し改良しました。
tuyosi@okou:~$ cat /etc/init.d/pon.bat 
ーーーーーーーーーーーーーーーーーーーーーー
if [ -f /root/firewall-morizot-net-PPP.bat ]
then
        /usr/bin/pon
        sleep  10
        /root/firewall-morizot-net-PPP.bat 
fi
ーーーーーーーーーーーーーーーーーーーーーー
で、これでも一応動くようです。


なお、/root/firewall-morizot-net-PPP.bat が
firewallルールで
-----------------------
cat  /root/firewall-morizot-net-PPP.bat

#!/bin/sh
#
# Generated iptables firewall script for the Linux 2.4 kernel
# Script generated by Easy Firewall Generator for IPTables
# copyright 2002 Timothy Scott Morizot
 ーーー中略ーーー
# have to add it.  That may require that you build from source.
echo "Load rules for mangle table ..."
############takesima############
#/etc/init.d/iptables save active
#/etc/init.d/iptables save inactive
#dpkg-reconfigure iptables
#iptables -L -v
----------------------
で終ってます。