Mercurial > pub > Minions
comparison systemd/libvirt-minion@.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-minion@.service@7b132bac6d4d |
| children |
comparison
equal
deleted
inserted
replaced
| 8:2e5eb7f3e79c | 9:04654cfa57a8 |
|---|---|
| 1 [Unit] | |
| 2 Description=Suspend/Resume running libvirt %I domain | |
| 3 Requires=libvirt-minions.service | |
| 4 After=libvirt-minions.service | |
| 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] | |
| 15 WantedBy=multi-user.target |
