diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-09-07 22:47:27 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-09-07 22:47:27 -0700 |
| commit | 3cedfae76a2351bc8b1e5bd2ee33bbf8630dbacf (patch) | |
| tree | a0b61b8aa7939775646f2ec459ab5775ccb2aeba | |
| parent | fa3088af5715bc9fc19234274b9de4095ae9308b (diff) | |
| download | xrdp-proprietary-3cedfae76a2351bc8b1e5bd2ee33bbf8630dbacf.tar.gz xrdp-proprietary-3cedfae76a2351bc8b1e5bd2ee33bbf8630dbacf.zip | |
added LSB tags to xrdp.sh
| -rwxr-xr-x | instfiles/xrdp.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/instfiles/xrdp.sh b/instfiles/xrdp.sh index 3671004f..3e727433 100755 --- a/instfiles/xrdp.sh +++ b/instfiles/xrdp.sh @@ -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 |
