A useful wrapper library for nohup
sh
cargo install unohup
sh
unohup <commands>
| Option | description |
| -------------- | ----------------------- |
| -l, --log-file | Specify a log file. |
| -n, --nice | Specify a nice
value. |
The log is written to /dev/null
by default, and the default value of nice
is 0
.
👤 moisutsu
Give a ⭐️ if this project helped you!
Copyright © 2020 moisutsu.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator