add reloading and stopping from tsctl

This commit is contained in:
2025-11-30 11:26:22 +02:00
parent c51dfce9ec
commit ea7358a35f
6 changed files with 205 additions and 68 deletions

4
internal/vars/const.go Normal file
View File

@@ -0,0 +1,4 @@
package vars
const VAR_PATH = "/var/run/triggerssmith/"
const PID_PATH = VAR_PATH + "serve.pid"