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