This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/sbin/openrc-run
|
|
|
|
name="javapool"
|
|
command="$HOME/bin/cirrus/bots/javapool/bot"
|
|
pidfile="/var/run/javapool.pid"
|
|
start_stop_daemon_args="--background --make-pidfile"
|