From 2412184e9fe513b4c8ab3e57786e30999492e27d Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 10 Oct 2022 09:39:37 +0200 Subject: [PATCH] changed sudden stop behaviour after reboot --- samba.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.yml b/samba.yml index 952529e..3c74799 100644 --- a/samba.yml +++ b/samba.yml @@ -49,7 +49,7 @@ Type=forking ExecStart=/usr/sbin/smbd -s /etc/samba/smb-{{ ansible_facts['hostname'] }}.conf -D KillMode=process - Restart=on-failure + Restart=always [Install] WantedBy=multi-user.target