Skip to content

Commit

Permalink
v4.7.7
Browse files Browse the repository at this point in the history
In postUpdate, ensure that /etc/systemd/logind.conf is configured
so that disconnecting from SSH does not cause a clean up of memory
shared with pocketnc user.
SOFT-543
  • Loading branch information
Jake Danczyk committed Dec 3, 2020
1 parent d26a93c commit 9bb88b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postUpdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ cd /opt/scripts/boot
sudo git fetch origin
sudo git checkout b61125c1485bee929340cacc06c85c6fcfd678bc

# Prevent shared memory from being cleaned up when pocketnc user closes SSH
sudo sed -i 's/^#RemoveIPC=yes/RemoveIPC=no/' /etc/systemd/logind.conf


cd /home/pocketnc/pocketnc/Settings

Expand Down

0 comments on commit 9bb88b9

Please sign in to comment.