/lib/systemd/system/carbon-c-relay.service is in carbon-c-relay 1.7-1.
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=graphite carbon relay C implementation
[Service]
EnvironmentFile=/etc/default/carbon-c-relay
User=carbon-c-relay
Group=carbon-c-relay
ExecStart=/usr/bin/carbon-c-relay $DAEMON_ARGS
[Install]
WantedBy=multi-user.target
|