File: pollinate.service

package info (click to toggle)
pollinate 4.33-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: sh: 325; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Pollinate to seed the pseudo random number generator
Before=ssh.service
After=network-online.target
ConditionVirtualization=!container
ConditionPathExists=!/var/cache/pollinate/seeded
Documentation=https://launchpad.net/pollinate

[Service]
User=pollinate
ExecStart=/usr/bin/pollinate
Type=oneshot

[Install]
WantedBy=multi-user.target