Files

13 lines
476 B
Desktop File
Raw Permalink Normal View History

2026-02-16 09:56:59 -08:00
[Unit]
Description=Inhibit sleep for some period of time
[Service]
Type=exec
2026-02-18 19:32:13 -08:00
Environment=TIME=%I
2026-02-18 00:14:12 -08:00
ExecStartPre=-pkill -f -SIGUSR1 '^(.*/)?emacs +-Q +--script +(.*/)?sb-manual-sleep-locks( +.+)?$'
2026-02-18 19:32:13 -08:00
ExecStart=systemd-inhibit --what=sleep:idle "--who=manual-inhibit-sleep@%I.service" --mode=block "--why=User manually inhibited sleep" sleep $TIME
2026-02-18 00:14:12 -08:00
ExecStopPost=-pkill -f -SIGUSR1 '^(.*/)?emacs +-Q +--script +(.*/)?sb-manual-sleep-locks( +.+)?$'
2026-02-16 09:56:59 -08:00
[Install]
WantedBy=default.target