-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhypervisor.target
More file actions
19 lines (18 loc) · 885 Bytes
/
hypervisor.target
File metadata and controls
19 lines (18 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################################################
# #
# Target: Hypervisor #
# #
# https://github.com/dehesselle/virtctl #
# #
################################################################################
#
# The purpose of this target is to autostart all enabled Virtual Machines.
# (see hypervisor.target.wants)
#
[Unit]
Description=Hypervisor
Requires=multi-user.target
Wants=libvirtd.service
Conflicts=rescue.service rescue.target
After=multi-user.target rescue.service rescue.target libvirtd.service
AllowIsolate=yes