Changeset a77e2114


Ignore:
Timestamp:
03/07/2016 06:58:17 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
406be14
Parents:
dea3187
Message:

Add samba.service (for AD server)

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

Location:
systemd-units
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • systemd-units/Makefile

    rdea3187 ra77e2114  
    158158        install -m ${CONFMODE} blfs/tmpfiles/samba.conf ${TMPFILESDIR}/
    159159        install -m ${CONFMODE} blfs/units/nmbd.service ${UNITSDIR}/
     160        install -m ${CONFMODE} blfs/units/samba.service ${UNITSDIR}/
    160161        install -m ${CONFMODE} blfs/units/smbd.service ${UNITSDIR}/
    161162        install -m ${CONFMODE} blfs/units/smbdat.service ${UNITSDIR}/smbd@.service
  • systemd-units/blfs/default/samba

    rdea3187 ra77e2114  
    33# Options to pass to nmbd.
    44NMBD_OPTS=
     5
     6# Options to pass to samba.
     7SAMBA_OPTS=
    58
    69# Options to pass to smbd.
Note: See TracChangeset for help on using the changeset viewer.