Add System Debug Information Gathering Script (#2738)

* Add gather_debug_info.sh for comprehensive StartOS diagnostics
* chore: Update the services to use the lxc instead of podman
* chore: Add symlink /usr/bin/gather-debug

---------

Co-authored-by: Jade <2364004+Blu-J@users.noreply.github.com>
This commit is contained in:
Mariusz Kogen
2024-12-02 17:27:32 +01:00
committed by GitHub
parent 12dec676db
commit dd423f2e7b
2 changed files with 106 additions and 0 deletions

1
debian/postinst vendored
View File

@@ -101,6 +101,7 @@ EOF
rm -rf /var/lib/tor/*
ln -sf /usr/lib/startos/scripts/tor-check.sh /usr/bin/tor-check
ln -sf /usr/lib/startos/scripts/gather_debug_info.sh /usr/bin/gather-debug
echo "fs.inotify.max_user_watches=1048576" > /etc/sysctl.d/97-embassy.conf