annotate usr/lib/systemd/system/libvirt-minions.service @ 6:ef5657aab09a

Removed tag 0.0.1
author andrei <andrei@nap21.upri>
date Tue, 15 Nov 2016 14:39:51 +0300
parents 1221aa2bdede
children
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 guests
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
3 Requires=libvirtd.service
2
1221aa2bdede Fixed systemd dependencies
andrei <andrei@nap21.upri>
parents: 0
diff changeset
4 Requires=libvirt-guests.service
0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
5 After=network.target
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
6 After=time-sync.target
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
7 After=libvirtd.service
2
1221aa2bdede Fixed systemd dependencies
andrei <andrei@nap21.upri>
parents: 0
diff changeset
8 After=libvirt-guests.service
0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
9
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
10 [Service]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
11 ExecStart=/usr/lib/minions/minions.pl start
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
12 ExecStop=/usr/lib/minions/minions.pl stop
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
13 Type=oneshot
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
14 RemainAfterExit=yes
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
15 StandardOutput=journal+console
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
16 TimeoutStopSec=0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
17
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
18 [Install]
2
1221aa2bdede Fixed systemd dependencies
andrei <andrei@nap21.upri>
parents: 0
diff changeset
19 WantedBy=multi-user.target