summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-08 19:31:30 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-08 21:31:49 +0100
commit212efc4f52dd9979511b871a560356c3e7b7ad6b (patch)
tree83415ed697c7fadc604bd79f7238b1fb3a8ce73c /MANIFEST.in
parent879a397215f6aa0f1e064e4dae83e9b455ae63f1 (diff)
downloaddeluge-212efc4f52dd9979511b871a560356c3e7b7ad6b.tar.gz
deluge-212efc4f52dd9979511b871a560356c3e7b7ad6b.tar.bz2
deluge-212efc4f52dd9979511b871a560356c3e7b7ad6b.zip
[Packaging] Move user out of systemd files and add to tarball
With the `deluge` user specified in the unit files it ties it to that user and makes it unavailable for re-use by systemd user instance. Remove the user and group from the unit files and put them in a separate `user.conf` file that should be installed as an override file e.g. for deluged.service this would be placed as follows: /etc/systemd/service/deluge.service.d/user.conf Add the systemd files to the tarball for package maintainers. Closes: #2034
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c88a56c1b..d2d970fe6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,7 @@ include version.py
include gen_web_gettext.py
graft docs/man
+graft packaging/systemd
include deluge/i18n/*.po
recursive-exclude deluge/i18n *.mo