Browse Source

Removed some reliefs from copypasted init file

Jocelyn Delande 10 years ago
parent
commit
fe6f398206
1 changed files with 1 additions and 6 deletions
  1. 1 6
      contrib/ansible/roles/wifiwithme/templates/init.j2

+ 1 - 6
contrib/ansible/roles/wifiwithme/templates/init.j2

@@ -1,11 +1,9 @@
 #! /bin/sh
 #
 ### BEGIN INIT INFO
-# Provides:          scanbuttond
+# Provides:          wifi-with-me
 # Required-Start:    $syslog $local_fs $remote_fs
 # Required-Stop:     $syslog $local_fs $remote_fs
-# Should-Start:      dbus avahi
-# Should-Stop:       dbus avahi
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Wifi-with-me form
@@ -13,9 +11,6 @@
 #
 ### END INIT INFO
 
-# Alternative init script using foreground option (do not work otherwise
-# with epson perfection 1660)
-
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 INSTALL_DIR={{ wwm_install_dir }}
 DAEMON=${INSTALL_DIR}/backend.py