summaryrefslogtreecommitdiff
path: root/debian/samba.upstart.in
blob: f51b30448a44f008cf433fbc8bf291b271a3b036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description "SMB/CIFS File and Active Directory Server"
author      "Jelmer Vernooij <jelmer@ubuntu.com>"

start on (local-filesystems and net-device-up)
stop on runlevel [!2345]

expect fork
normal exit 0

pre-start script
	[ -r /etc/default/samba4 ] && . /etc/default/samba4
	install -o root -g root -m 755 -d /var/run/samba
	install -o root -g root -m 755 -d /var/log/samba
end script

exec samba -D