Change in osmo-sysmon[master]: Use absolute path for default config

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Fri Dec 14 15:46:05 UTC 2018


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12319


Change subject: Use absolute path for default config
......................................................................

Use absolute path for default config

Change-Id: I37c559af99872de9290335699e2118924ae2156a
Related: SYS#2655
---
M src/osysmon_main.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sysmon refs/changes/19/12319/1

diff --git a/src/osysmon_main.c b/src/osysmon_main.c
index 486ee8f..caa25d8 100644
--- a/src/osysmon_main.c
+++ b/src/osysmon_main.c
@@ -130,7 +130,7 @@
 	const char *config_file;
 	bool daemonize;
 } cmdline_opts = {
-	.config_file = "osmo-sysmon.cfg",
+	.config_file = "/etc/osmocom/osmo-sysmon.cfg",
 	.daemonize = false,
 };
 

-- 
To view, visit https://gerrit.osmocom.org/12319
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sysmon
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I37c559af99872de9290335699e2118924ae2156a
Gerrit-Change-Number: 12319
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181214/22bb707f/attachment.htm>


More information about the gerrit-log mailing list