Mercurial > pub > Minions
annotate usr/lib/systemd/system/libvirt-minion@.service @ 8:2e5eb7f3e79c
Removed tag 0.0.1
author | andrei <andrei@nap21.upri> |
---|---|
date | Tue, 15 Nov 2016 15:11:27 +0300 |
parents | 7b132bac6d4d |
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 |