annotate usr/lib/systemd/system/libvirt-minion@.service @ 0:cd5df456ee84

Initial working version of minions.pl ans sysyemd units
author cin
date Tue, 15 Nov 2016 01:33:09 +0300
parents
children 0279d995d493
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
1 [Unit]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
2 Description=Suspend/Resume running libvirt %I domain
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
3 Requires=libvirtd.service
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
4 After=network.target
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
5 After=time-sync.target
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
6 After=libvirtd.service
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
7 Before=libvirt-minions.service
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
8
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
9 [Service]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
10 ExecStart=/usr/lib/minions/minions.pl start %I
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
11 ExecStop=/usr/lib/minions/minions.pl stop %I
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
12 Type=oneshot
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
13 RemainAfterExit=yes
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
14 StandardOutput=journal+console
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
15 TimeoutStopSec=0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
16
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
17 [Install]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
18 WantedBy=multi-user.target