mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:14:36 +08:00
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
NICE='nice -n 19'
|
||
|
IONICE='ionice -c 2 -n 7'
|
||
|
|
||
|
exec ${IONICE} ${NICE} updatedb -f proc
|