From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1itfym-0007D1-M8 for ptxdist@pengutronix.de; Mon, 20 Jan 2020 23:57:09 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 37A324F43432 for ; Mon, 20 Jan 2020 23:57:07 +0100 (CET) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wuyDIoxN61Du for ; Mon, 20 Jan 2020 23:57:07 +0100 (CET) Received: from ws-apr-old.office.loc (ipbcc2af82.dynamic.kabel-deutschland.de [188.194.175.130]) by mail.mars-solutions.de (Postfix) with ESMTPA id 0F4484F43432 for ; Mon, 20 Jan 2020 23:57:07 +0100 (CET) From: Andreas Pretzsch Date: Mon, 20 Jan 2020 23:57:03 +0100 Message-Id: <1579561024-27501-2-git-send-email-apr@cn-eng.de> In-Reply-To: <1579561024-27501-1-git-send-email-apr@cn-eng.de> References: <1579561024-27501-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH 1/2] haveged: systemd service: import haveged.service from haveged 1.9.2 source List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Andreas Pretzsch --- projectroot/usr/lib/systemd/system/haveged.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projectroot/usr/lib/systemd/system/haveged.service diff --git a/projectroot/usr/lib/systemd/system/haveged.service b/projectroot/usr/lib/systemd/system/haveged.service new file mode 100644 index 000000000..81070ca8b --- /dev/null +++ b/projectroot/usr/lib/systemd/system/haveged.service @@ -0,0 +1,11 @@ +[Unit] +Description=Entropy Daemon based on the HAVEGE algorithm +Documentation=man:haveged(8) http://www.issihosts.com/haveged/ + +[Service] +Type=simple +ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground +SuccessExitStatus=143 + +[Install] +WantedBy=multi-user.target -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de