annotate systemd/libvirt-minion@.service @ 10:551d064fc57d
 default tip 
Added tag 0.0.1 for changeset 04654cfa57a8
 | author | andrei <andrei@nap21.upri> | 
 | date | Tue, 15 Nov 2016 15:12:17 +0300 | 
 | parents | 04654cfa57a8 | 
 | children |  | 
 | rev | line source | 
  
| 0 | 1 [Unit] | 
|  | 2 Description=Suspend/Resume running libvirt %I domain | 
| 3 | 3 Requires=libvirt-minions.service | 
|  | 4 After=libvirt-minions.service | 
| 0 | 5 | 
|  | 6 [Service] | 
|  | 7 ExecStart=/usr/lib/minions/minions.pl start %I | 
|  | 8 ExecStop=/usr/lib/minions/minions.pl stop %I | 
|  | 9 Type=oneshot | 
|  | 10 RemainAfterExit=yes | 
|  | 11 StandardOutput=journal+console | 
|  | 12 TimeoutStopSec=0 | 
|  | 13 | 
|  | 14 [Install] | 
| 1 | 15 WantedBy=multi-user.target |