Commit Graph

14 Commits

Author SHA1 Message Date
Brot der Bot e246c1f875 0110_nextcloud_talk_app: detach Talk from autostart service cgroup
setsid -f forks the process into a new session but leaves it in the
calling service's cgroup. systemd-run --user --scope moves it into its
own transient scope cgroup so the autostart service can finish normally.

Added & to background the launch, replacing the fork that setsid -f
was providing. Tested: scope is created and Talk starts correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 16:33:17 +02:00
unbrot 7514b7cbe3 Talk: setsid won't work with Quotes 2026-04-25 14:48:09 +02:00
unbrot 7b6f7c8ea8 Talk: Set exitcode 2026-04-25 14:38:27 +02:00
unbrot 72faa4d0f2 Talk: Add Background back again 2026-04-25 14:31:42 +02:00
unbrot 7ef83c5846 Talk: Fork in Background with bash 2026-04-25 14:27:46 +02:00
unbrot c5e4cc1d12 talk: always fork new process 2026-04-25 13:52:46 +02:00
unbrot 398354028a Talk: call fixed in Background 2026-04-25 13:47:07 +02:00
Daniel Pätzold 514b1b1e19 Background start: Replace NOHUP with SETSID, which is working more relyable 2026-04-14 23:06:25 +02:00
Daniel Pätzold 6bf39ef5f4 Talk: Wait before shell get closed 2026-04-13 22:19:14 +02:00
Daniel Pätzold f0e8257eeb NC Talk: Added logfile for debugging 2026-04-09 14:18:42 +02:00
Daniel Pätzold e7b1f3754a Talk: Fixed startup 2026-04-08 18:30:57 +02:00
Daniel Pätzold b35a5148a3 Talk: temp. disable start of talk due to coredumps 2026-04-08 14:53:08 +02:00
Daniel Pätzold d482c47b85 Talk: Remove old userspace and new user_run script 2026-04-01 17:15:12 +02:00
Daniel Pätzold 0e4eadbef3 Add user_run scripts for non root tasks 2026-04-01 00:41:24 +02:00