From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7DCEE1381FA for ; Thu, 15 May 2014 12:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FFF1E0A7F; Thu, 15 May 2014 12:02:36 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 705CAE0A03 for ; Thu, 15 May 2014 12:02:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id AF31D1B55A for ; Thu, 15 May 2014 14:02:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1400155353; bh=61AEyY0WagnQ4yDTCtBbw9ONg5010IL+dxWi7H1KBws=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=AFiGEBt7gQ3ZRmD89P0iCb8ZXM+HfJrcCo/d0TksCaJ7YwdDqTORwl6pOQmSAT7Hv Jmv6o0rRTDX/pbrHkC2Wrr9XRDMVzFb4rq1P1xY3rH8DpM8bO+JW4HZFCCQuB7NbMY LIFNyE8S5guCXZGQ1/PLcvv9SoTuRf6pvVXzYXOM= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 02964-05 for ; Thu, 15 May 2014 14:02:32 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:ac59:bff7:663f:bd9]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 2A49A2DC42 for ; Thu, 15 May 2014 14:02:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1400155352; bh=61AEyY0WagnQ4yDTCtBbw9ONg5010IL+dxWi7H1KBws=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=p19CMPxUa1K/lKm9DS8oQC2v4+N1h6AOrnr8O9IhchtW5xNIXYCHio2JqYlD19KdB Cl3//VsyMIZVh/19yhpZFpl1MUzEs4plya5yJNWqSroj8Q69cldwocQi+KLPf7e4RF gWciW1L0VrOnKvUTVVomiN5DU0mrAC7i/ilzP2ac= Message-ID: <5374ACD6.60606@xunil.at> Date: Thu, 15 May 2014 14:02:30 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] problems getting systemd to work References: <23736.1399879340@ccs.covici.com> <13680.1399912266@ccs.covici.com> <17066.1399913526@ccs.covici.com> <8704.1400060591@ccs.covici.com> <26238.1400079937@ccs.covici.com> <31967.1400082129@ccs.covici.com> <15515.1400106362@ccs.covici.com> <18274.1400146788@ccs.covici.com> <53749019.3020707@xunil.at> <24037.1400149175@ccs.covici.com> In-Reply-To: <24037.1400149175@ccs.covici.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: ab8c8f08-396b-4ad1-938b-858ea54a6b72 X-Archives-Hash: 0e052c9f500a778cb6504bf8fc2d4466 Am 15.05.2014 12:19, schrieb covici@ccs.covici.com: > Sure, but what I was looking for was a way to start syslogd and klogd > using systemd -- I do have a socket option so they can listen on the > socket so that should be OK. So you look for service files? A quick google finds examples for these 2 daemons here: http://www.linuxfromscratch.org/hints/downloads/files/systemd.txt If they work it would be great to file a bug for adding systemd unit files to app-admin/sysklogd at bugs.gentoo.org ( I didn't check if the ebuild brings unit-files but at least I see it doesn't have a systemd USE flag). Stefan