Skip to content

Commit

Permalink
Compile with -j1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaron committed Mar 29, 2024
1 parent cd9f1fa commit 7654552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-ircbot-if-needed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

if ! ps -C screen -o user | grep "^ircbot$" > /dev/null
then
screen -d -m bash -l -c "(cd ~/wgmeeting-github-ircbot && git pull && RUST_BACKTRACE=1 RUST_LOG=wgmeeting_github_ircbot cargo run --release ./src/config.toml ./github_access_token_file) > ~/logs/ircbot.$(date +%F.%H%M%S).$$.log 2>&1"
screen -d -m bash -l -c "(cd ~/wgmeeting-github-ircbot && git pull && RUST_BACKTRACE=1 RUST_LOG=wgmeeting_github_ircbot cargo run -j1 --release ./src/config.toml ./github_access_token_file) > ~/logs/ircbot.$(date +%F.%H%M%S).$$.log 2>&1"
fi

0 comments on commit 7654552

Please sign in to comment.