/lib/systemd/system/eb_server_egd.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 | [Unit]
Description=eb_server_egd
Documentation=man:eb_server_egd(1)
[Service]
EnvironmentFile=/etc/entropybroker/eb_server_egd.config
ExecStart=/usr/bin/eb_server_egd ${PARAMETER}
[Install]
WantedBy=multi-user.target
|