You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
390 B
16 lines
390 B
[Unit]
|
|
Description=Samba AD Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
|
|
Type=notify
|
|
NotifyAccess=all
|
|
PIDFile=/run/samba.pid
|
|
LimitNOFILE=16384
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStart=/usr/sbin/samba --foreground --no-process-group $SAMBAOPTIONS
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|