From a760ac17cec5a5f2e29158c26dc58c61264fc53c5f42afae7c977b81ee2e9729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Tue, 22 Nov 2011 15:12:25 +0000 Subject: [PATCH] Accepting request 93110 from home:elvigia:branches:security - Use Service type "simple" in systemd unit OBS-URL: https://build.opensuse.org/request/show/93110 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=47 --- haveged.changes | 5 +++++ haveged.service | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/haveged.changes b/haveged.changes index cf49aeb..64bb875 100644 --- a/haveged.changes +++ b/haveged.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 22 14:24:33 UTC 2011 - crrodriguez@opensuse.org + +- Use Service type "simple" in systemd unit + ------------------------------------------------------------------- Tue Oct 25 08:37:28 UTC 2011 - pascal.bleser@opensuse.org diff --git a/haveged.service b/haveged.service index 1bb3dd3..fee5074 100644 --- a/haveged.service +++ b/haveged.service @@ -3,9 +3,8 @@ Description=Haveged Entropy Gathering Daemon After= local-fs.target syslog.target [Service] -Type=forking -ExecStart=/sbin/haveged -w 1024 -v 1 -PIDFile=/var/run/haveged.pid +Type=simple +ExecStart=/sbin/haveged -F 1 -w 1024 -v 1 [Install] WantedBy=multi-user.target