Files
libvirt/daemon/libvirtd.service.in
T

23 lines
648 B
Plaintext
Raw Normal View History

2011-07-07 14:45:07 +01:00
# 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
2012-07-09 09:52:55 -06:00
After=network.target
2012-12-04 20:43:04 -07:00
After=dbus.service
After=iscsid.service
2011-07-07 14:45:07 +01:00
[Service]
EnvironmentFile=-/etc/sysconfig/libvirtd
ExecStart=@sbindir@/libvirtd $LIBVIRTD_ARGS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
# Override the maximum number of opened files
#LimitNOFILE=2048
2011-07-07 14:45:07 +01:00
[Install]
WantedBy=multi-user.target