diff options
author | Jirka Hladky <jhladky@redhat.com> | 2019-08-26 11:59:29 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2019-08-26 11:59:29 +0200 |
commit | 1470a82a7f79110c79beea1ca5f2d3b0fd1a4668 (patch) | |
tree | da406c8531afdd36652a7630da20009ed74f52a2 | |
parent | Updated service.fedora (diff) | |
download | haveged-1470a82a7f79110c79beea1ca5f2d3b0fd1a4668.tar.xz haveged-1470a82a7f79110c79beea1ca5f2d3b0fd1a4668.zip |
Updated service.fedorav1.9.6
-rw-r--r-- | init.d/service.fedora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/service.fedora b/init.d/service.fedora index 25be37b..2c581bf 100644 --- a/init.d/service.fedora +++ b/init.d/service.fedora @@ -5,7 +5,7 @@ DefaultDependencies=no Before=sysinit.target shutdown.target systemd-journald.service
[Service]
-ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --Foreground
+ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
Restart=always
SuccessExitStatus=137 143
|