mirror of https://github.com/neutrinolabs/xrdp
added LSB tags to xrdp.sh
This commit is contained in:
parent
fa3088af57
commit
3cedfae76a
|
@ -5,6 +5,18 @@
|
|||
# chkconfig: 2345 11 89
|
||||
# description: starts xrdp
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: xrdp
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Should-Start:
|
||||
# Should-Stop:
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Start and stop xrdp
|
||||
# Description: starts xrdp
|
||||
### END INIT INFO
|
||||
|
||||
SBINDIR=/usr/local/sbin
|
||||
LOG=/dev/null
|
||||
CFGDIR=/etc/xrdp
|
||||
|
|
Loading…
Reference in New Issue