pkgsrc/parallel/ganglia-monitor-core/files/gmond.service.in
bacon c0b8482125 parallel/ganglia-monitor-core: Unbreak linux build, add Linux rc files
Add MESSAGE.Linux with instructions for init and systemd.

Take ownership from pkgsrc-users.
2018-06-28 01:05:01 +00:00

11 lines
225 B
SYSTEMD

[Unit]
Description=Ganglia Monitor Daemon
After=network-online.target
[Service]
Type=forking
PIDFile=@runstatedir@/gmond.pid
ExecStart=@sbindir@/gmond --pid-file=@runstatedir@/gmond.pid
[Install]
WantedBy=multi-user.target