commit:     6314161ce622b9e0ea6a80e18297464446753a7b
Author:     PPed72 <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Wed Mar  9 10:17:14 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 10:18:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6314161c

net-p2p/deluge: Add systemd drop-ins

These files allow configuration of systemd units

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-p2p/deluge/files/deluge-web.service.conf | 4 ++++
 net-p2p/deluge/files/deluged.service.conf    | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/net-p2p/deluge/files/deluge-web.service.conf 
b/net-p2p/deluge/files/deluge-web.service.conf
new file mode 100644
index 0000000..2c594cd
--- /dev/null
+++ b/net-p2p/deluge/files/deluge-web.service.conf
@@ -0,0 +1,4 @@
+[Service]
+User=deluge
+Group=deluge
+Environment="DELUGE_WEB_HOME=/var/lib/deluge" "DELUGE_WEB_OPTS="

diff --git a/net-p2p/deluge/files/deluged.service.conf 
b/net-p2p/deluge/files/deluged.service.conf
new file mode 100644
index 0000000..2d74e23
--- /dev/null
+++ b/net-p2p/deluge/files/deluged.service.conf
@@ -0,0 +1,5 @@
+[Service]
+User=deluge
+Group=deluge
+#UMask=0002
+Environment="DELUGED_HOME=/var/lib/deluge" "DELUGED_OPTS=-p 58846"

Reply via email to