LSBized the init script to prevent a possible error by leaving it at default

pull/6/head
David Lister 2018-11-08 16:58:50 -05:00
rodzic 68bf97e045
commit 812f15e823
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,17 @@
# chkconfig: 2345 99 99
# description: A free user space driver for 3Dconnexion input devices,\
# compatible with the proprietary 3dxsrv daemon.
#
#
### BEGIN INIT INFO
# Provides: spacenavd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: free driver for 3Dconnexion 6dof devices
# Description: A free user space driver for 3Dconnexion input devices, compatible with the proprietary 3dxsrv daemon.
### END INIT INFO
DAEMON=/usr/local/bin/spacenavd