Remove systemd-autologout script.
Compare changes
Files
2
files/systemd-autologout deleted
100644 → 0
+ 0
− 27
# Get time sicne when session is idle; truncating six least significant digits to get UNIX timestamp
idlesince=$(loginctl show-session -p IdleSinceHint "$session" | sed -e 's/IdleSinceHint=//' -e 's/......$//')