libvirtd.service.in 608 字节
Newer Older
1 2 3 4 5 6 7 8
# NB we don't use socket activation. When libvirtd starts it will
# spawn any virtual machines registered for autostart. We want this
# to occur on every boot, regardless of whether any client connects
# to a socket. Thus socket activation doesn't have any benefit

[Unit]
Description=Virtualization daemon
Before=libvirt-guests.service
9
After=network.target
10 11 12 13 14

[Service]
EnvironmentFile=-/etc/sysconfig/libvirtd
ExecStart=@sbindir@/libvirtd $LIBVIRTD_ARGS
ExecReload=/bin/kill -HUP $MAINPID
15
KillMode=process
16 17
# Override the maximum number of opened files
#LimitNOFILE=2048
18 19 20

[Install]
WantedBy=multi-user.target