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