mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-3747 Deb: stop all user systemd sessions on upgrade
This commit is contained in:
parent
74404318dd
commit
c43cefd13e
4 changed files with 46 additions and 8 deletions
|
|
@ -53,6 +53,8 @@ if [ $SERVER = 1 ]; then
|
|||
install -m 755 ./xorg.build/lib/dri/swrast_dri.so $OUTDIR/lib/dri/
|
||||
mkdir -p $OUTDIR/lib/kasmvnc
|
||||
install -m 755 $SRCDIR/builder/startup/deb/select-de.sh $OUTDIR/lib/kasmvnc
|
||||
mkdir -p $OUTDIR/lib/systemd/user
|
||||
install -m 644 ./unix/kasmvncserver@.service $OUTDIR/lib/systemd/user
|
||||
mkdir -p $OUTDIR/share/kasmvnc
|
||||
|
||||
cp -r $SRCDIR/unix/KasmVNC/ $OUTDIR/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue