]> git.pld-linux.org Git - packages/PyICQt.git/blobdiff - PyICQt.init
- dropped shell script (not needed)
[packages/PyICQt.git] / PyICQt.init
index de278915f71e7c05ee81527898dd3273ae3658e7..75f4ff8f304d75c3db9fcae3667f6380723e461b 100755 (executable)
@@ -24,7 +24,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/PyICQt ]; then
                msg_starting "Jabber ICQ transport"
-               daemon /usr/sbin/pyicqt.sh /etc/jabber/PyICQt.xml
+               daemon python /usr/share/pyicqt/PyICQt.py -b -c /etc/jabber/PyICQt.xml
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/PyICQt
        else
This page took 0.064676 seconds and 4 git commands to generate.