- [javapool] Add readme with build instructions - Fix message parsing crash when spaces appear as first char of message body (thanks lucidiot)
7 lines
166 B
Plaintext
Executable File
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"
|