summaryrefslogtreecommitdiffstats
path: root/roles/openqa/worker/files/openqa-ppc64-prep.service
blob: 2f1a92bfcde94c320b15f1839a9d300ff8098cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=openQA ppc64 worker prep script

[Service]
Type=oneshot
ExecStart=/usr/local/sbin/openqa-ppc64-prep.sh
ExecReload=/bin/true
ExecStop=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target