24 lines
730 B
Desktop File
24 lines
730 B
Desktop File
[Unit]
|
|
# When systemd stops or restarts the smb.service, the action is propagated to this unit
|
|
PartOf=smb.service
|
|
# Start this unit after the smb.service start
|
|
After=smb.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
PIDFile=/run/nmbd.pid
|
|
EnvironmentFile=-/etc/sysconfig/samba
|
|
ExecStartPre=/sbin/e-smith/service-status nmbd
|
|
ExecStartPre=-/sbin/e-smith/expand-template /etc/samba/smb.conf
|
|
ExecStartPre=-/sbin/e-smith/expand-template /etc/samba/smbusers
|
|
ExecStartPre=/sbin/e-smith/systemd/nmbd-prepare
|
|
ExecStart=/usr/sbin/nmbd --foreground --no-process-group $NMBDOPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
LimitCORE=infinity
|
|
Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=sme-server.target
|