annotate usr/lib/systemd/system/libvirt-minion@.service @ 8:2e5eb7f3e79c

Removed tag 0.0.1
author andrei <andrei@nap21.upri>
date Tue, 15 Nov 2016 15:11:27 +0300
parents 7b132bac6d4d
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 %I domain
3
7b132bac6d4d Fixed systemd dependencies
andrei <andrei@nap21.upri>
parents: 1
diff changeset
3 Requires=libvirt-minions.service
7b132bac6d4d Fixed systemd dependencies
andrei <andrei@nap21.upri>
parents: 1
diff changeset
4 After=libvirt-minions.service
0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
5
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
6 [Service]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
7 ExecStart=/usr/lib/minions/minions.pl start %I
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
8 ExecStop=/usr/lib/minions/minions.pl stop %I
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
9 Type=oneshot
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
10 RemainAfterExit=yes
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
11 StandardOutput=journal+console
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
12 TimeoutStopSec=0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
13
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
14 [Install]
1
0279d995d493 Fixed systemd dependencies
andrei <andrei@nap21.upri>
parents: 0
diff changeset
15 WantedBy=multi-user.target