10 lines
255 B
Desktop File
10 lines
255 B
Desktop File
[Unit]
|
|
Description=Inhibit sleep for some period of time
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=systemd-inhibit --what=sleep:idle "--who=manual-inhibit-sleep@.service" --mode=block "--why=User manually inhibited sleep" sleep %i
|
|
|
|
[Install]
|
|
WantedBy=default.target
|