[Samba] Option configure

Reindl Harald h.reindl at thelounge.net
Sat Jul 9 15:56:56 UTC 2016



Am 09.07.2016 um 17:19 schrieb Rowland penny:
> On 09/07/16 10:27, Marc Muehlfeld wrote:
>> What is different afterwards when using with/without? Does it create a
>> systemd service file?
>>
> Do not know about '--with-systemd', but there are no (horrible) systemd
> components if you use '--without-systemd'

there is nothing horrible in a systemd service-unit

horrible are large and complex shell scripts trying to do all sort of 
magic for start a service and with no clue about service states, no 
proper restart-otpions and no proper security options

[root at srv-rhsoft:~]$ cat /etc/systemd/system/smb.service
[Unit]
Description=Samba SMB Daemon

[Service]
Type=forking
LimitNOFILE=32768
ExecStart=/usr/sbin/smbd -D
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=always
RestartSec=1
Nice=19
PrivateTmp=yes
PrivateDevices=yes
CapabilityBoundingSet=CAP_CHOWN CAP_SETGID CAP_SETUID CAP_DAC_OVERRIDE 
CAP_KILL CAP_NET_BIND_SERVICE CAP_IPC_LOCK CAP_SYS_CHROOT
SystemCallFilter=~acct modify_ldt add_key adjtimex clock_adjtime 
delete_module fanotify_init finit_module get_mempolicy init_module 
io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp 
kexec_load keyctl lookup_dcookie mbind migrate_pages mount move_pages 
open_by_handle_at perf_event_open pivot_root process_vm_readv 
process_vm_writev ptrace remap_file_pages request_key set_mempolicy 
swapoff swapon umount2 uselib vmsplice
ReadOnlyDirectories=/etc
ReadOnlyDirectories=/usr
ReadOnlyDirectories=/var/lib
ReadWriteDirectories=/var/lib/samba

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba/attachments/20160709/88bd9397/signature.sig>


More information about the samba mailing list