isntallation steps

This commit is contained in:
Paul Schneider
2021-07-05 21:24:37 +01:00
parent 476d35ae8a
commit 709e1433bb
10 changed files with 85 additions and 44 deletions

3
contrib/isn Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
/usr/bin/mono /usr/local/lib/isn/isn.exe $*

View File

@ -1,6 +1,6 @@
#!/bin/bash
### BEGIN INIT INFO
# Provides: nugetd
# Provides: isnd
# Required-Start: $local_fs $network $named $time $syslog $postgresql
# Required-Stop: $local_fs $network $named $time $syslog $postgresql
# Default-Start: 2 3 4 5
@ -14,10 +14,9 @@
. /lib/init/vars.sh
. /lib/lsb/init-functions
NAME=nugetd
NAME=isnd
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
CONFIGS="/etc/kestrel/*.webenv"
TMP_SAVE_runlevel_VAR=$runlevel
unset runlevel
@ -36,7 +35,7 @@ running() {
export WWW_USER=www-data
export ROOT=/srv/www/nuget
export ROOT=/srv/www/${NAME}
export DESC="$NAME"
export PIDFILE=/var/run/kestrel-${NAME}.pid
export LOGDIR=/var/log