Files
hetty/modd.conf

12 lines
247 B
Plaintext
Raw Normal View History

2020-09-22 18:33:02 +02:00
@cert = $HOME/.ssh/hetty_cert.pem
@key = $HOME/.ssh/hetty_key.pem
2020-09-23 23:43:20 +02:00
@dev = false
@adminPath = $PWD/admin/out
2019-11-24 00:14:49 +01:00
2019-11-17 15:09:37 +01:00
**/*.go {
2019-11-30 12:43:55 +01:00
daemon +sigterm: go run ./cmd \
-cert=@cert \
-key=@key \
-dev=@dev \
-adminPath=@adminPath
2019-11-17 15:09:37 +01:00
}