@ -1,6 +1,12 @@
@cert = $HOME/.ssh/gurp_cert.pem
@key = $HOME/.ssh/gurp_key.pem
@dev = false
@adminPath = $PWD/admin/build
**/*.go {
daemon +sigterm: go run . -cert @cert -key @key
daemon +sigterm: go run ./cmd \
-cert=@cert \
-key=@key \
-dev=@dev \
-adminPath=@adminPath
}
The note is not visible to the blocked user.