lxc-android/lib/systemd/system-sleep/gemian-lock

5 lines
168 B
Bash
Executable file

#!/bin/bash
if [ "${1}" == "pre" ]; then
USER=`loginctl list-sessions | grep seat0 | awk '{print $3}'`
/bin/su - ${USER:-gemini} -c "DISPLAY=:0 gemian-lock"
fi