This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
cirrus/bots/javapool/init-scripts/javapool-openrc
mio 326968d8c8 [javapool] Add readme
- [javapool] Add readme with build instructions
- Fix message parsing crash when spaces appear as first char of message
  body (thanks lucidiot)
2023-01-20 13:32:52 -05:00

7 lines
166 B
Plaintext
Executable File

#!/sbin/openrc-run
name="javapool"
command="$HOME/bin/cirrus/bots/javapool/bot"
pidfile="/var/run/javapool.pid"
start_stop_daemon_args="--background --make-pidfile"