Fuck systemd, freezing process on xdg autostart

This commit is contained in:
dec05eba
2026-03-29 18:38:17 +02:00
parent 106e7febe5
commit 33bc121bc8
3 changed files with 52 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ namespace gsr {
void replace_xdg_autostart_with_current_gsr_type();
// Systemd user service helpers
bool wait_until_systemd_user_service_available();
bool is_systemd_service_enabled(const char *service_name);
bool disable_systemd_service(const char *service_name);
}