git » debian:kxd » commit de5d313

Use DAEMON_ARGS instead of OPTS

author Maximiliano Curia
2014-05-02 15:44:16 UTC
committer Maximiliano Curia
2014-05-02 15:44:16 UTC
parent 36716ab779e7dfb51b5adb2c2780967ba07651a0

Use DAEMON_ARGS instead of OPTS

debian/kxd.default +2 -2
debian/kxd.service +1 -1

diff --git a/debian/kxd.default b/debian/kxd.default
index b07b0f8..6033e18 100644
--- a/debian/kxd.default
+++ b/debian/kxd.default
@@ -1,5 +1,5 @@
 # Options for kxd.
 
 # Set kxd options here.
-# OPTS="--smtp_addr example.org:25"
-OPTS=""
+# DAEMON_ARGS="--smtp_addr example.org:25"
+DAEMON_ARGS=""
diff --git a/debian/kxd.service b/debian/kxd.service
index 42038c3..bb57516 100644
--- a/debian/kxd.service
+++ b/debian/kxd.service
@@ -3,7 +3,7 @@ Description = Key exchange daemon
 
 [Service]
 EnvironmentFile = /etc/default/kxd
-ExecStart = /usr/bin/kxd $OPTS
+ExecStart = /usr/bin/kxd $DAEMON_ARGS
 Type = simple
 
 [Install]