source: units/blfs/units/smbdat.service@ b6bb5377

systemd-11177
Last change on this file since b6bb5377 was b6bb5377, checked in by Krejzi <krejzi@…>, 11 years ago

Import systemd units into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11284 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 232 bytes
Line 
1[Unit]
2Description=Samba SMB/CIFS server instance
3
4[Service]
5Type=forking
6EnvironmentFile=/etc/default/samba
7PIDFile=/run/samba/smbd.pid
8ExecStart=/usr/sbin/smbd -F $SMBD_OPTS
9ExecReload=/bin/kill -HUP $MAINPID
10StandardInput=socket
Note: See TracBrowser for help on using the repository browser.