diff --git a/etc/smb-ogboot.conf.tmpl b/etc/smb-ogboot.conf.tmpl index 84294d6..1847a72 100644 --- a/etc/smb-ogboot.conf.tmpl +++ b/etc/smb-ogboot.conf.tmpl @@ -8,7 +8,16 @@ [ogclient] comment = OpenGnsys Client browseable = no - writeable = yes + writeable = no locking = no path = __OGBOOTDIR__/client guest ok = no + +[oglog] + comment = OpenGnsys Log + browseable = no + writeable = yes + locking = no + path = __OGBOOTDIR__/client_log + guest ok = no +