Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
設定した優先度で実行される特定のアプリケーション/プログラムのデフォルトの優先度を設定するにはどうすればよいですか?
プログラムをシェル スクリプトにラップし、ユーザーが元のプログラムの代わりに実行できるようにします。
#!/bin/sh nice -10 path/to/the/program/executable "$@"