Fix ESVM services

This commit is contained in:
2026-03-14 11:54:49 +02:00
parent 93132a17c8
commit a86389745c
6 changed files with 20 additions and 6 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
name: samba
description: Samba SMB Daemon
description: Samba AD 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
start_cmd: /bin/sh -c "install -d /run/samba && exec /usr/sbin/samba -F -d=1 --no-process-group"
restart: true