Skip to content
Snippets Groups Projects
Verified Commit 3207a981 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

roles/archbuild: mkpkg@.service has no permission to chrt

parent 7210765c
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ check_svn() {
build() {
[[ $chroot == multilib* ]] && 1=
ionice -c 3 chrt -b 0 sudo ${chroot}${1:+-$1}-build -- ${*:2}
sudo ${chroot}${1:+-$1}-build -- ${*:2}
}
# Parameters: arch
......
......@@ -5,6 +5,4 @@ RequiresMountsFor=/var/lib/archbuild
[Service]
Type=oneshot
ExecStart=/usr/local/bin/mkpkg %I
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7
CPUSchedulingPolicy=batch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment