summaryrefslogtreecommitdiffhomepage
path: root/debug-me.default
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-09 13:25:32 -0400
committerSean Whitton <spwhitton@spwhitton.name>2017-05-09 10:41:57 -0700
commit275b06d3b3fa02fe0e1f3f5103f391738478c715 (patch)
tree3207b671a944674af76cf53e3ca7b4010f657f1f /debug-me.default
parentc4d41518b2929ab2dcf0fae6489b46d8d9f47e4e (diff)
downloaddebug-me-275b06d3b3fa02fe0e1f3f5103f391738478c715.tar.gz
avoid EMAIL
I think that systemd's parser for environment files does not let environment variables be built up out of previously set variables, so avoid that.
Diffstat (limited to 'debug-me.default')
-rw-r--r--debug-me.default6
1 files changed, 1 insertions, 5 deletions
diff --git a/debug-me.default b/debug-me.default
index eca7ab5..dded3e5 100644
--- a/debug-me.default
+++ b/debug-me.default
@@ -1,6 +1,2 @@
-# Address from which session logs will be sent to the user.
-# This should be set to a real e-mail address.
-EMAIL="postmaster"
-
# Parameters to pass to debug-me when it's started as a daemon.
-DAEMON_PARAMS="--server /var/log/debug-me/ --delete-old-logs --from-email $EMAIL"
+DAEMON_PARAMS="--server /var/log/debug-me/ --delete-old-logs --from-email postmaster"