From 1599a8ccc4a1b872f919371403ec0434b033207b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 09:41:05 +0000 Subject: net-fs/samba : import from portage tree, preconfigure --- net-fs/samba/files/nmbd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-fs/samba/files/nmbd.service (limited to 'net-fs/samba/files/nmbd.service') diff --git a/net-fs/samba/files/nmbd.service b/net-fs/samba/files/nmbd.service new file mode 100644 index 00000000..44b4ffba --- /dev/null +++ b/net-fs/samba/files/nmbd.service @@ -0,0 +1,12 @@ +[Unit] +Description=Samba NetBIOS name server +After=network.target + +[Service] +Type=forking +PIDFile=/var/run/samba/nmbd.pid +ExecStart=/usr/sbin/nmbd -D +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3