]> git.codecow.com Git - nano-pow.git/commit
Move server execution into npm script.
authorChris Duncan <chris@zoso.dev>
Wed, 18 Jun 2025 14:29:42 +0000 (07:29 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 18 Jun 2025 14:30:26 +0000 (07:30 -0700)
commitdbedcb5de995e4e44670b6bd3d6bc160eda97f6e
tree5e63d7e8699fed60256cfc0da7e499d4f9310079
parent9c8dcce7cbefb48fbdf8e658302978b68b68dc81
Move server execution into npm script.
This simplifies the bash script. It also allows the example systemd service to use a Type of "simple" and eliminates the PIDFile requirement. The console output is unnecessary when using systemd since the expectation is that logs go to the journal only.
docs/nano-pow.service
package.json
src/bin/nano-pow.sh