Mercurial > pub > Minions
comparison systemd/libvirt-minions.service @ 9:04654cfa57a8 0.0.1
Project structure refactoring
author | andrei <andrei@nap21.upri> |
---|---|
date | Tue, 15 Nov 2016 15:11:47 +0300 |
parents | usr/lib/systemd/system/libvirt-minions.service@1221aa2bdede |
children |
comparison
equal
deleted
inserted
replaced
8:2e5eb7f3e79c | 9:04654cfa57a8 |
---|---|
1 [Unit] | |
2 Description=Suspend/Resume running libvirt guests | |
3 Requires=libvirtd.service | |
4 Requires=libvirt-guests.service | |
5 After=network.target | |
6 After=time-sync.target | |
7 After=libvirtd.service | |
8 After=libvirt-guests.service | |
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] | |
19 WantedBy=multi-user.target |