what a plan! what an impl! this is ahh

This commit is contained in:
lda
2026-04-11 15:25:18 +07:00 Unverified
parent a36e9d058d
commit e2feaeab8c
43 changed files with 1090 additions and 1629 deletions
+2 -4
View File
@@ -5,13 +5,11 @@ START=99
USE_PROCD=1
NAME=wakey
# BIN=/root/.bin/wakey-agent
BIN=/root/.bin/wakey
BIN=/root/.bin/wakey-agent
start_service() {
procd_open_instance
# procd_set_param command "$BIN" serve
procd_set_param command "$BIN" http --host :: --port 12012
procd_set_param command "$BIN" serve
procd_set_param respawn 5 1 0
procd_set_param stdout 1
procd_set_param stderr 1