mirror of
https://gitlab.com/risingprismtv/single-gpu-passthrough.git
synced 2024-12-22 05:35:21 +00:00
7 lines
222 B
Desktop File
Executable File
7 lines
222 B
Desktop File
Executable File
[Unit]
|
|
Description=Preventing sleep while libvirt domain "%i" is running
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/systemd-inhibit --what=sleep --why="Libvirt domain \"%i\" is running" --who=%U --mode=block sleep infinity
|