Adding debian version 2.23+dfsg-1.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
1e97beb507
commit
3ab1d7a5b6
31 changed files with 1153 additions and 0 deletions
29
debian/patches/0009-env-service.patch
vendored
Normal file
29
debian/patches/0009-env-service.patch
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
From: Python Applications Packaging Team
|
||||
<python-apps-team@lists.alioth.debian.org>
|
||||
Date: Sun, 13 May 2018 15:07:57 +0200
|
||||
Subject: env-service
|
||||
|
||||
Properly import environment from /etc/defaults (Closes: #832322)
|
||||
|
||||
This fixes a regression in the systemd unit, which doesn't support
|
||||
the equivalent /etc/default/irker configuration supported by the
|
||||
sysvinit startup scripts.
|
||||
---
|
||||
irkerd.service | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/irkerd.service b/irkerd.service
|
||||
index 4e75ae2..70b67d5 100644
|
||||
--- a/irkerd.service
|
||||
+++ b/irkerd.service
|
||||
@@ -8,8 +8,8 @@ Documentation=man:irkerd(8) man:irkerhook(1) man:irk(1)
|
||||
|
||||
[Service]
|
||||
User=irker
|
||||
-ExecStart=/usr/bin/irkerd
|
||||
-User=irker
|
||||
+EnvironmentFile=-/etc/default/irker
|
||||
+ExecStart=/usr/bin/irkerd $IRKER_OPTIONS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue