While systemd's author says that we should get rid of those
pseudo-configuration files, keeping compatibility with previous ways
to configure daemons seem a valid reason to keep them. `/etc/default`
is Debian specific. We also read the equivalent one for RedHat to
ensure that everything will also continue to work here.
http://0pointer.de/blog/projects/on-etc-sysinit.html
Type=notify
NotifyAccess=main
EnvironmentFile=-/etc/default/lldpd
-ExecStart=@prefix@/sbin/lldpd $DAEMON_ARGS
+EnvironmentFile=-/etc/sysconfig/lldpd
+ExecStart=@prefix@/sbin/lldpd $DAEMON_ARGS $LLDPD_OPTIONS
ExecStartPre=/bin/mkdir -p @PRIVSEP_CHROOT@/etc
ExecStartPre=/bin/cp /etc/localtime @PRIVSEP_CHROOT@/etc/localtime
Restart=on-failure