aboutsummarylogtreecommitdiffstats
path: root/systemd-report-entropy.service
blob: d61c81b33df2448b869986a22117276de9ceefe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Start to report entropy in journal
DefaultDependencies=no
Before=local-fs.target sysinit.target

[Service]
Type=simple
ExecStart=/usr/bin/systemd-report-entropy
RemainAfterExit=yes

[Install]
WantedBy=basic.target