pull/429/head
Hunter Long 2020-02-27 22:49:46 -08:00
parent cc6d4aa035
commit 5360acb896
2 changed files with 1 additions and 1 deletions

View File

2
dev/modd.conf vendored
View File

@ -1,4 +1,4 @@
**/*.go {
prep: go build -o statping ./cmd
prep: daemon +sigterm: ./statping
daemon: ./statping -p 8585
}