/lib/systemd/system/entropybroker.service is in entropybroker 2.8-3.
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 | [Unit]
Description=Entropy Broker
Documentation=man:entropy_broker(1)
[Service]
Type=forking
EnvironmentFile=/etc/entropybroker/entropy_broker.config
ExecStart=/usr/bin/entropy_broker $PARAMETER
[Install]
WantedBy=multi-user.target
|