diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-16 00:09:27 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-16 00:09:27 -0400 |
commit | 3c41d02428317d68ded5eb4fee5baf17f644a741 (patch) | |
tree | f08910b1d2238d7cacbecf6dcfe9faa631e3b677 /scripts/hostclass | |
parent | 93d82d9e76636ca4d33db6c8799754660a440235 (diff) | |
download | infrastructure-3c41d02428317d68ded5eb4fee5baf17f644a741.tar.gz |
add todo
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/desktop | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop index 35237fd..1fa17cc 100644 --- a/scripts/hostclass/desktop +++ b/scripts/hostclass/desktop @@ -6,6 +6,8 @@ : ${sddm_min_uid:='10000'} : ${sddm_max_uid:='19999'} +# TODO: kill lingering processes after logout (chrome, baloo-search, etc). + if [ "${enable_idm:-}" = false ]; then desktop_access_role=operator else |