summaryrefslogtreecommitdiffhomepage
path: root/debug-me.default
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-04 14:14:33 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-04 14:16:19 -0400
commit8176f6bf93c382dd1a9ca1d549d3a8213ef62f99 (patch)
tree2b8b8b31354fe7e15cfa66a7c08704c004ac6cd8 /debug-me.default
parent0aebedadd392e495ffc8f7c2fa74d712f16c2d7d (diff)
downloaddebug-me-8176f6bf93c382dd1a9ca1d549d3a8213ef62f99.tar.gz
add init script, systemd service file, Makefile
for debug-me server installation Adapted from keysafe
Diffstat (limited to 'debug-me.default')
-rw-r--r--debug-me.default2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug-me.default b/debug-me.default
new file mode 100644
index 0000000..866dd5e
--- /dev/null
+++ b/debug-me.default
@@ -0,0 +1,2 @@
+# Parameters to pass to debug-me when it's started as a daemon.
+DAEMON_PARAMS="--server /var/log/debug-me/ --delete-old-logs"