/lib/systemd/system/seedd.service is in bit-babbler 0.8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=BitBabbler entropy source daemon
Documentation=man:seedd(1)
DefaultDependencies=no
After=systemd-remount-fs.service
Before=local-fs.target
Conflicts=shutdown.target
ConditionPathExists=/etc/bit-babbler/seedd.conf
[Service]
Type=notify
ExecStart=/usr/bin/seedd --config /etc/bit-babbler/seedd.conf
KillMode=mixed
CapabilityBoundingSet=CAP_CHOWN CAP_FOWNER CAP_SYS_ADMIN
[Install]
WantedBy=sysinit.target
|