diff options
-rw-r--r-- | meta/recipes-support/rng-tools/rng-tools/rng-tools.service | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools/rng-tools.service b/meta/recipes-support/rng-tools/rng-tools/rng-tools.service index 0f50890dcb..5ae2fba215 100644 --- a/meta/recipes-support/rng-tools/rng-tools/rng-tools.service +++ b/meta/recipes-support/rng-tools/rng-tools/rng-tools.service | |||
@@ -1,11 +1,9 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=Hardware RNG Entropy Gatherer Daemon | 2 | Description=Hardware RNG Entropy Gatherer Daemon |
3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
4 | After=systemd-udev-settle.service | ||
5 | Before=sysinit.target shutdown.target | ||
6 | Requires=dev-hwrng.device | ||
7 | After=dev-hwrng.device | ||
8 | Conflicts=shutdown.target | 4 | Conflicts=shutdown.target |
5 | Before=sysinit.target shutdown.target | ||
6 | ConditionVirtualization=!container | ||
9 | 7 | ||
10 | [Service] | 8 | [Service] |
11 | EnvironmentFile=-@SYSCONFDIR@/default/rng-tools | 9 | EnvironmentFile=-@SYSCONFDIR@/default/rng-tools |