mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/syslog-ng: drop unused systemd file
Commit54ea03ccd7("package/syslog-ng: implement systemd enablement using DefaultInstance") replaced the lines installing the syslog-ng@default file with printf lines creating a file in a syslog-ng@.service.d/ directory on-the-fly. Since then, nothing uses the syslog-ng@default file, so let's delete it. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit2a473a9f05) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e5a16dc629
commit
a434b3b416
@@ -1,8 +0,0 @@
|
||||
#
|
||||
# /etc/default/syslog-ng@default
|
||||
#
|
||||
CONFIG_FILE=/etc/syslog-ng.conf
|
||||
PERSIST_FILE=/var/run/syslog-ng.persist
|
||||
CONTROL_FILE=/var/run/syslog-ng.ctl
|
||||
PID_FILE=/var/run/syslog-ng.pid
|
||||
OTHER_OPTIONS="--enable-core"
|
||||
Reference in New Issue
Block a user