summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2020-05-11 17:07:57 +0200
committerJirka Hladky <jhladky@redhat.com>2020-05-11 17:07:57 +0200
commit9d034d14c1847fdf029b56dcc4459cb1eb64979e (patch)
treee319dd4f728d039327bc282b69155c697fd7b543
parentMerge branch 'master' of https://github.com/jirka-h/haveged (diff)
downloadhaveged-9d034d14c1847fdf029b56dcc4459cb1eb64979e.tar.xz
haveged-9d034d14c1847fdf029b56dcc4459cb1eb64979e.zip
https://github.com/jirka-h/haveged/issues/25
-rw-r--r--init.d/service.fedora2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/service.fedora b/init.d/service.fedora
index 4ca8128..b8f32ea 100644
--- a/init.d/service.fedora
+++ b/init.d/service.fedora
@@ -6,7 +6,7 @@ After=systemd-tmpfiles-setup-dev.service
Before=sysinit.target shutdown.target systemd-journald.service
[Service]
-ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
+ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --Foreground
Restart=always
SuccessExitStatus=137 143