diff options
Diffstat (limited to 'debian/samba.smbd.service')
-rw-r--r-- | debian/samba.smbd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/samba.smbd.service b/debian/samba.smbd.service index a5b7929..5bff436 100644 --- a/debian/samba.smbd.service +++ b/debian/samba.smbd.service @@ -8,6 +8,7 @@ After=network.target network-online.target nmb.service winbind.service Type=notify PIDFile=/run/samba/smbd.pid LimitNOFILE=16384 +Environment=SMBDOPTIONS= EnvironmentFile=-/etc/default/samba ExecStartPre=/usr/share/samba/update-apparmor-samba-profile ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS |