Mercurial > pub > Minions
annotate usr/lib/systemd/system/libvirt-minions.service @ 7:116fdf058dff
Added tag 0.0.1 for changeset 551a990083cf
author | andrei <andrei@nap21.upri> |
---|---|
date | Tue, 15 Nov 2016 14:40:03 +0300 |
parents | 1221aa2bdede |
children |
rev | line source |
---|---|
0 | 1 [Unit] |
2 Description=Suspend/Resume running libvirt guests | |
3 Requires=libvirtd.service | |
2 | 4 Requires=libvirt-guests.service |
0 | 5 After=network.target |
6 After=time-sync.target | |
7 After=libvirtd.service | |
2 | 8 After=libvirt-guests.service |
0 | 9 |
10 [Service] | |
11 ExecStart=/usr/lib/minions/minions.pl start | |
12 ExecStop=/usr/lib/minions/minions.pl stop | |
13 Type=oneshot | |
14 RemainAfterExit=yes | |
15 StandardOutput=journal+console | |
16 TimeoutStopSec=0 | |
17 | |
18 [Install] | |
2 | 19 WantedBy=multi-user.target |