Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 80.58.34.170:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/auto_20login

------------------------------------------------------------------------------
@@ -3,7 +3,29 @@
 
 === Example ===
 {{{
-xxx
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides: freevo
+# Required-Start: $network
+# Required-Stop: $network
+# Default-Start: 2 3 5
+# Description: Freevo
+### END INIT INFO
+
+case "$1" in
+'start')
+        startproc /root/scripts/freevo > /var/log/freevo 2>&1 &
+        ;;
+'stop')
+        freevo stop
+        killproc /root/scripts/freevo
+        ;;
+*)
+        echo "Usage: $0 { start | stop }"
+        ;;
+esac
+exit 0
+
 }}} 
 
 === Display ===


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to