debian/cubicweb-ctl.cubicweb.init
changeset 10235 684215aca046
parent 7788 cc8670be7b2e
equal deleted inserted replaced
10232:cda1bdc3652e 10235:684215aca046
     2 
     2 
     3 ### BEGIN INIT INFO
     3 ### BEGIN INIT INFO
     4 # Provides:          cubicweb
     4 # Provides:          cubicweb
     5 # Required-Start:    $remote_fs $syslog $local_fs $network
     5 # Required-Start:    $remote_fs $syslog $local_fs $network
     6 # Required-Stop:     $remote_fs $syslog $local_fs $network
     6 # Required-Stop:     $remote_fs $syslog $local_fs $network
     7 # Should-Start:      postgresql pyro-nsd
     7 # Should-Start:      postgresql
     8 # Should-Stop:       postgresql pyro-nsd
     8 # Should-Stop:       postgresql
     9 # Default-Start:     2 3 4 5
     9 # Default-Start:     2 3 4 5
    10 # Default-Stop:      0 1 6
    10 # Default-Stop:      0 1 6
    11 # Short-Description: Start cubicweb application at boot time
    11 # Short-Description: Start cubicweb application at boot time
    12 ### END INIT INFO
    12 ### END INIT INFO
    13 
    13 
    14 # FIXME Seems to be inadequate here
    14 # FIXME Seems to be inadequate here
    15 # FIXME If related to pyro, try instead:
       
    16 # export PYRO_STORAGE="/tmp"
       
    17 cd /tmp
    15 cd /tmp
    18 
    16 
    19 # FIXME Work-around about the following lintian error
    17 # FIXME Work-around about the following lintian error
    20 #     E: cubicweb-ctl: init.d-script-does-not-implement-required-option /etc/init.d/cubicweb start
    18 #     E: cubicweb-ctl: init.d-script-does-not-implement-required-option /etc/init.d/cubicweb start
    21 #
    19 #