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
This commit is contained in:
Cristian Rodríguez 2011-11-22 15:12:25 +00:00 committed by Git OBS Bridge
parent c31c96c61c
commit a760ac17ce
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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