Initial commit

This commit is contained in:
2026-03-13 21:13:32 +02:00
commit 93132a17c8
5 changed files with 221 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
name: samba
description: Samba SMB Daemon
type: background
start_cmd: /bin/sh -c "install -d /run/samba && exec /usr/sbin/nmbd -F -d=1 --no-process-group"
exit_method: kill
restart: true