mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
The /dev/kvm permissions just seem to keep getting reset somehow and I'm sick of it. Let's see if this helps.
13 lines
218 B
Desktop File
13 lines
218 B
Desktop File
[Unit]
|
|
Description=openQA ppc64 worker prep script
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/cron.hourly/openqa-ppc64-prep
|
|
ExecReload=/bin/true
|
|
ExecStop=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|