[Python-apps-team] Bug#832322: irker: Irker is ignoring startup options defined in /etc/default/irker.
anarcat
anarcat at debian.org
Mon Sep 12 16:11:44 UTC 2016
Control: tags -1 +patch +pending
The following patch should fix that problem:
diff --git a/irkerd.service b/irkerd.service
index 82f39b0..f4cd45b 100644
--- a/irkerd.service
+++ b/irkerd.service
@@ -6,7 +6,8 @@ Description=irker daemon
Requires=network.target
[Service]
-ExecStart=/usr/bin/irkerd
+EnvironmentFile=-/etc/default/irker
+ExecStart=/usr/bin/irkerd $IRKER_OPTIONS
User=irker
[Install]
Note that this is rolled on top of the patch for #832758.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20160912/a947259d/attachment.sig>
More information about the Python-apps-team
mailing list