ansible-roles/roles/samba/templates/sysconfig.j2

19 lines
457 B
Plaintext
Raw Normal View History

2022-03-28 12:00:09 +02:00
## Path: Network/Samba
## Description: Samba process options
## Type: string
## Default: ""
## ServiceRestart: samba
SAMBAOPTIONS="--log-basename=/var/log/samba"
## Type: string
## Default: ""
## ServiceRestart: smb
SMBDOPTIONS=""
## Type: string
## Default: ""
## ServiceRestart: nmb
NMBDOPTIONS=""
## Type: string
## Default: ""
## ServiceRestart: winbind
WINBINDOPTIONS=""