uuidd: remove timeout from systemd service file

It seems that SAP does not like the timeout, for performance is
better to keep the daemon permanently running. This is no problem
because uuidd is used only on systems with very unusual requirements
to UUID.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1092039
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-04-29 10:37:26 +02:00
parent 7a1c980c68
commit edd2af005c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=Daemon for generating UUIDs
Requires=uuidd.socket
[Service]
ExecStart=@usrsbin_execdir@/uuidd --socket-activation --timeout 60
ExecStart=@usrsbin_execdir@/uuidd --socket-activation
Restart=no
User=uuidd
Group=uuidd