- add systemd scripts - add manpage for pmacct - remove not longer supported build options - enable-v4-mapped - with-pgsql-includes - fix build for older SUSE versions (SLES11SP4, SLES12, OpenSUSE 13.1) - add patch for psql-header detection on SLES11SP4 and openSUSE 13.1 - pmacct-pgsql-fix-header-detection-without-autoreconf.diff - update to version 1.6.0 OBS-URL: https://build.opensuse.org/request/show/408254 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/pmacct?expand=0&rev=81
12 lines
226 B
Desktop File
12 lines
226 B
Desktop File
[Unit]
|
|
Description=sflow accounting daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/sfacctd
|
|
ExecStart=/usr/sbin/sfacctd -f ${SFACCTD_CONF} $DAEMON_OPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|