Files
hetty/modd.conf

6 lines
128 B
Plaintext
Raw Normal View History

2019-11-24 00:14:49 +01:00
@cert = $HOME/.ssh/gurp_cert.pem
@key = $HOME/.ssh/gurp_key.pem
2019-11-17 15:09:37 +01:00
**/*.go {
2019-11-24 00:14:49 +01:00
daemon +sigterm: go run . -cert @cert -key @key
2019-11-17 15:09:37 +01:00
}