Files
fedora-OEMDRV/client_software
Daniel unbrot Pätzold 3429ffa48f kwallet: unmount bind mount cleanly on session logout
Switch kwalletd6-logon from --scope to a transient service with
RemainAfterExit=yes (kwalletd6 forks to background, so the service
must stay active after the main process exits). ExecStop runs
'sudo umount -l' to detach the wallet bind mount before gocryptfs
unmounts ~/data (Before=gocryptfs-home.service ordering).

install.sh adds a per-user sudoers drop-in so the user service
can call umount as root without a password.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 11:07:01 +02:00
..
2026-05-08 12:07:54 +02:00

Pre installed software installation script repository

Contains Packages to install and setup at user logon first. Each package is in one directory and may include two scripts which will be called from user logon script:

  • install.sh - will be called with root- privileges to install software or other administrative tasks
  • user_run.sh - will get executed after all admins scripts had been executed in user context to setup user configs ad data

The execution will be sorted by directory name.