diff options
Diffstat (limited to 'community/rng-tools/rngd.service')
-rw-r--r-- | community/rng-tools/rngd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rng-tools/rngd.service b/community/rng-tools/rngd.service index 87185bc32..33f6a6e38 100644 --- a/community/rng-tools/rngd.service +++ b/community/rng-tools/rngd.service @@ -3,7 +3,7 @@ Description=Hardware RNG Entropy Gatherer Daemon [Service] EnvironmentFile=/etc/conf.d/rngd -ExecStart=/usr/sbin/rngd -f $RNGD_OPTS +ExecStart=/usr/bin/rngd -f $RNGD_OPTS [Install] WantedBy=multi-user.target |