mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-23 16:08:29 -05:00
Ensure the Samba message socket directory exists
Fixes smb.service crashing on startup.
This commit is contained in:
9
mkosi.extra/usr/lib/tmpfiles.d/samba.conf
Normal file
9
mkosi.extra/usr/lib/tmpfiles.d/samba.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
# SPDX-FileCopyrightText: none
|
||||
|
||||
# Work around this directory not already existing, causing smb.service to fail.
|
||||
# KDE Linux needs everything to be bootstrapped out of /usr, hence the requirement
|
||||
# to create this using tmpfiles.
|
||||
|
||||
#Type Path Mode User Group Age Argument
|
||||
d /var/lib/samba/private 0700 root root - -
|
||||
Reference in New Issue
Block a user