]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/002417.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 002417.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] ircservice crontab
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20ircservice%20crontab&In-Reply-To=3BE10AC3.8E9EC67C%40home.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002414.html">
11 <LINK REL="Next" HREF="002430.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] ircservice crontab</H1>
15 <B>Chris Knipe</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20ircservice%20crontab&In-Reply-To=3BE10AC3.8E9EC67C%40home.com"
17 TITLE="[IRCServices] ircservice crontab">savage at savage.za.org
18 </A><BR>
19 <I>Thu Nov 1 14:56:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002414.html">[IRCServices] ircservice crontab
22 </A></li>
23 <LI>Next message: <A HREF="002430.html">[IRCServices] ircservice crontab
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2417">[ date ]</a>
27 <a href="thread.html#2417">[ thread ]</a>
28 <a href="subject.html#2417">[ subject ]</a>
29 <a href="author.html#2417">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Here's mine just for the curious...
35
36
37 Regards,
38 Chris Knipe
39 (083) 430-8151
40
41
42
43 On Thu, 1 Nov 2001, Dung T. Nguyen wrote:
44
45 &gt;<i>Hello Scott,
46 </I>&gt;<i>
47 </I>&gt;<i> I been search in mailing list looking for ircservices crontab but
48 </I>&gt;<i>I could not get it. Could you send me one ?
49 </I>&gt;<i>
50 </I>&gt;<i> Thank you very much for your times, sorry for bothered you with
51 </I>&gt;<i>this.
52 </I>&gt;<i>
53 </I>&gt;<i> Yours truly,
54 </I>&gt;<i>
55 </I>&gt;<i>
56 </I>&gt;<i>-----------------------------------------------------------
57 </I>&gt;<i>To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
58 </I>&gt;<i>with the word UNSUBSCRIBE in the subject of the mail.
59 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
60 </I>&gt;<i>
61 </I>&gt;<i>
62 </I>-------------- next part --------------
63 #!/bin/sh
64 SERVBIN=services
65 SERVPIDFILE=data/services.pid
66 SERVPATH=/home/savage/ircd
67
68 cd $SERVPATH
69 if test -r $SERVPATH/$SERVPIDFILE; then
70 SERVPID=$(cat $SERVPATH/$SERVPIDFILE)
71 if $(kill -CHLD $SERVPID &gt;/dev/null 2&gt;&amp;1)
72 then
73 # lucky for us SERV is still up
74 exit 0
75 fi
76 echo &quot;&quot;
77 echo &quot;stale pid file (erasing it)&quot;
78 rm -f $SERVPATH/$SERVPIDFILE
79 fi
80 echo &quot;&quot;
81 echo &quot;Services is dead........restarting Services&quot;
82 echo &quot;&quot;
83 if test -x $SERVBIN ;then
84 $SERVPATH/$SERVBIN
85 exit 0
86 fi
87 echo &quot;could not reload&quot;
88
89 </PRE>
90
91 <!--endarticle-->
92 <HR>
93 <P><UL>
94 <!--threads-->
95 <LI>Previous message: <A HREF="002414.html">[IRCServices] ircservice crontab
96 </A></li>
97 <LI>Next message: <A HREF="002430.html">[IRCServices] ircservice crontab
98 </A></li>
99 <LI> <B>Messages sorted by:</B>
100 <a href="date.html#2417">[ date ]</a>
101 <a href="thread.html#2417">[ thread ]</a>
102 <a href="subject.html#2417">[ subject ]</a>
103 <a href="author.html#2417">[ author ]</a>
104 </LI>
105 </UL>
106
107 </body></html>