mirror of
https://gitlab.com/risingprismtv/single-gpu-passthrough.git
synced 2024-12-22 13:45:22 +00:00
7 lines
222 B
SYSTEMD
7 lines
222 B
SYSTEMD
|
[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
|