19 lines
384 B
Desktop File
19 lines
384 B
Desktop File
[Unit]
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
Before=sysinit.target shutdown.target
|
|
ConditionVirtualization=!container
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/rngd
|
|
ExecStart=/usr/sbin/rngd -f $RNGD_OPTS
|
|
NoNewPrivileges=on
|
|
PrivateNetwork=on
|
|
PrivateTmp=on
|
|
ProtectSystem=full
|
|
ProtectHome=on
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|