mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-05 09:17:55 +03:00
11 lines
182 B
SYSTEMD
11 lines
182 B
SYSTEMD
|
[Unit]
|
||
|
Description=PVE Qemu Event Daemon
|
||
|
RequiresMountsFor=/var/run
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/qmeventd /var/run/qmeventd.sock
|
||
|
Type=forking
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|