Enable Samba share of Logs folder on Rasp-Pi

sudo nano /etc/samba/smb.conf

scroll to the very end of the file.
Delete the comment symbol (the semicolon) ; for each line in question of logs. Take a look at the other shares above :wink:
Save the file.

sudo systemctl restart smbd

Done.

2 Likes