fix: non-GNOME systemd fallbacks for session scripts (#147)

This commit is contained in:
Ron Waldon-Howe 2022-12-03 08:18:41 +11:00 committed by GitHub
parent fb8d5f50eb
commit 8641dc5b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 7 deletions

View file

@ -1,8 +1,10 @@
#!/bin/sh
#!/usr/bin/sh
#
# name: Suspend
# icon: system-suspend
# description: Suspend the system
# keywords: suspend sleep
set -eu
systemctl suspend