annotate usr/lib/systemd/system/libvirt-minions.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 1221aa2bdede
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
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
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
8 [Service]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
9 ExecStart=/usr/lib/minions/minions.pl start
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
10 ExecStop=/usr/lib/minions/minions.pl stop
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
11 Type=oneshot
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
12 RemainAfterExit=yes
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
13 StandardOutput=journal+console
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
14 TimeoutStopSec=0
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
15
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
16 [Install]
cd5df456ee84 Initial working version of minions.pl ans sysyemd units
cin
parents:
diff changeset
17 WantedBy=multi-user.target