From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2111E59CA3 for ; Thu, 10 Mar 2016 10:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE7821C0E7; Thu, 10 Mar 2016 10:34:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 726B521C0C4 for ; Thu, 10 Mar 2016 10:34:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F372340CD7 for ; Thu, 10 Mar 2016 10:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10201209A for ; Thu, 10 Mar 2016 10:34:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1457605092.6314161ce622b9e0ea6a80e18297464446753a7b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/files/deluge-web.service.conf net-p2p/deluge/files/deluged.service.conf X-VCS-Directories: net-p2p/deluge/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6314161ce622b9e0ea6a80e18297464446753a7b X-VCS-Branch: master Date: Thu, 10 Mar 2016 10:34:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed92ecfe-84f5-4eed-923d-83c5e490b537 X-Archives-Hash: c0f5fbaeaac98af12fb829ac7cbe3c1c commit: 6314161ce622b9e0ea6a80e18297464446753a7b Author: PPed72 iol it> AuthorDate: Wed Mar 9 10:17:14 2016 +0000 Commit: Patrice Clement gentoo 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 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"