From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06384138AE9 for ; Sun, 26 Nov 2017 20:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE7EE0E5A; Sun, 26 Nov 2017 20:05:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DC7EE0E5A for ; Sun, 26 Nov 2017 20:05:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D550F33C770 for ; Sun, 26 Nov 2017 20:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996D4A87F for ; Sun, 26 Nov 2017 20:05:43 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1511726695.ad458c8b83e618bac852ae1bba261a44d727e787.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/files/sabnzbd_at.service X-VCS-Directories: net-nntp/sabnzbd/files/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: ad458c8b83e618bac852ae1bba261a44d727e787 X-VCS-Branch: master Date: Sun, 26 Nov 2017 20:05:43 +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: 5dd0daae-e8fc-45be-975b-042ce072f115 X-Archives-Hash: 766b20e2d6f1334aefc0f6b9fe852a20 commit: ad458c8b83e618bac852ae1bba261a44d727e787 Author: Justin Bronder gentoo org> AuthorDate: Sun Nov 26 19:26:43 2017 +0000 Commit: Justin Bronder gentoo org> CommitDate: Sun Nov 26 20:04:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad458c8b net-nntp/sabnzbd: fix sabnzbd service Thanks to Mike Crawford for the report and fix. #638560. Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-nntp/sabnzbd/files/sabnzbd_at.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nntp/sabnzbd/files/sabnzbd_at.service b/net-nntp/sabnzbd/files/sabnzbd_at.service index e9fdc4a35de..92c5eb91f17 100644 --- a/net-nntp/sabnzbd/files/sabnzbd_at.service +++ b/net-nntp/sabnzbd/files/sabnzbd_at.service @@ -3,8 +3,8 @@ Description=SABnzbd binary newsreader [Service] ExecStart=/usr/share/sabnzbd/SABnzbd.py --logging 1 --browser 0 -User=%I -Group=%I +User=sabnzbd +Group=sabnzbd [Install] WantedBy=multi-user.target