summaryrefslogtreecommitdiffhomepage
path: root/keysafe.default
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-18 14:51:39 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-18 14:51:39 -0400
commit883ac3063f6005c4c7ab481a77e7064a97c5cd28 (patch)
treebffe325fd9aa4ba1d31f17a070e25ce7e4086bd9 /keysafe.default
parenta2bdcb74d46c3b1002df03365330772a049c5173 (diff)
downloadkeysafe-883ac3063f6005c4c7ab481a77e7064a97c5cd28.tar.gz
/etc/default/keysafe is read by both the systemd service file and the init script, and contains configuration for the keysafe server.
This commit was sponsored by Ole-Morten Duesund on Patreon.
Diffstat (limited to 'keysafe.default')
-rw-r--r--keysafe.default2
1 files changed, 2 insertions, 0 deletions
diff --git a/keysafe.default b/keysafe.default
new file mode 100644
index 0000000..1600d0a
--- /dev/null
+++ b/keysafe.default
@@ -0,0 +1,2 @@
+# Parameters to pass to keysafe when it's started as a daemon.
+DAEMON_PARAMS="--port 4242 --store-directory=/var/lib/keysafe/"