Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netbird: send logs to syslog #24972

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/netbird/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
PKG_VERSION:=0.29.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/netbirdio/netbird/tar.gz/v$(PKG_VERSION)?
Expand Down
3 changes: 3 additions & 0 deletions net/netbird/files/netbird.init
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ start_service() {
procd_open_instance
procd_set_param command /usr/bin/netbird
procd_append_param command service run
procd_append_param command --log-file console
procd_set_param stdout 1
procd_set_param stderr 1
procd_set_param pidfile /var/run/netbird.pid
procd_close_instance
}
Loading