mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-10 21:40:33 +00:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
systemctl enable --now hhd@$(systemd-escape "$(getent passwd $PKEXEC_UID | cut -d: -f1)").service
|