From 23a5b3d260aa2c8ac440d177db6e324cbcfa45a7 Mon Sep 17 00:00:00 2001
From: Paolino Paperino <paperino@paperopoli.com>
Date: Tue, 14 Nov 2017 23:51:21 +0100
Subject: [PATCH] 2017-11-14:  FG;  Add start of samba service at boot.

---
 web/support/kb/general/configureSamba.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/web/support/kb/general/configureSamba.rst b/web/support/kb/general/configureSamba.rst
index 0d232306..c651ed34 100644
--- a/web/support/kb/general/configureSamba.rst
+++ b/web/support/kb/general/configureSamba.rst
@@ -124,6 +124,13 @@ Create Samba passwords for your users::
   $ smbpasswd -a smbrw
   $ smbpasswd -a smbro
 
+Start samba and ensure it runs at boot::
+
+  $ service samba restart
+  $ update-rc.d samba defaults
+  $ update-rc.d samba enable
+  
+  
 Verify
 ------
 
-- 
GitLab