diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-08 20:31:30 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-08 22:31:49 +0200 |
commit | 212efc4f52dd9979511b871a560356c3e7b7ad6b (patch) | |
tree | 83415ed697c7fadc604bd79f7238b1fb3a8ce73c /CHANGELOG.md | |
parent | [Packaging] Add updated launchd scripts (diff) | |
download | deluge-212efc4f52dd9979511b871a560356c3e7b7ad6b.tar.xz 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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d08c04e9a..ad72bd878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 2.0.2 (WiP) +### Packaging + +- Add systemd deluged and deluge-web service files to package tarball (#2034) + ### Core - Fix Python 2 compatiblity issue with SimpleNamespace. |