Add a systemd unit file + default with flags
This commit is contained in:
9
ctlog-uptime-exporter.default
Normal file
9
ctlog-uptime-exporter.default
Normal file
@@ -0,0 +1,9 @@
|
||||
# Command-line arguments for ctlog-uptime-exporter.
|
||||
# Install this file as /etc/default/ctlog-uptime-exporter.
|
||||
#
|
||||
# -listen address to listen on (default: :9781)
|
||||
# -url URL of the uptime CSV (default: https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv)
|
||||
# -interval how often to fetch the CSV (default: 12h)
|
||||
# -jitter maximum +/-jitter on the interval (default: 5m)
|
||||
|
||||
ARGS='-listen :9781 -url https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv -interval 12h -jitter 5m'
|
||||
Reference in New Issue
Block a user