Date: Monday, August 4, 2014 @ 16:57:36 Author: seblu Revision: 116858
Remove default daemon option - Let upstream default be our. Can be easily overrided by systemd drop-in.d - Add contributor Modified: lldpd/trunk/PKGBUILD lldpd/trunk/lldpd.service ---------------+ PKGBUILD | 1 + lldpd.service | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-04 13:20:50 UTC (rev 116857) +++ PKGBUILD 2014-08-04 14:57:36 UTC (rev 116858) @@ -1,5 +1,6 @@ # $Id$ # Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Brian Bidulock <[email protected]> pkgname=lldpd pkgver=0.7.10 Modified: lldpd.service =================================================================== --- lldpd.service 2014-08-04 13:20:50 UTC (rev 116857) +++ lldpd.service 2014-08-04 14:57:36 UTC (rev 116858) @@ -6,7 +6,7 @@ [Service] Type=notify NotifyAccess=main -ExecStart=/usr/bin/lldpd -c -s -e -f -r +ExecStart=/usr/bin/lldpd [Install] WantedBy=multi-user.target
