Changeset 634578e for systemd-units


Ignore:
Timestamp:
08/24/2014 07:26:39 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
0616b513
Parents:
f3d469b1
Message:

Fixes to systemd units.

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

Location:
systemd-units
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • systemd-units/Makefile

    rf3d469b1 r634578e  
    119119        install -m ${CONFMODE} blfs/units/ntpd.service ${UNITSDIR}/
    120120        install -d -m ${DIRMODE} ${DESTDIR}/usr/lib/systemd/ntp-units.d
    121         echo "ntpd.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/ntp.list
    122121        systemctl enable ntpd.service
    123122
     
    298297        systemctl stop ntpd.service
    299298        systemctl disable ntpd.service
    300         rm -f ${UNITSDIR}/ntpd.service ${DESTDIR}/usr/lib/systemd/ntp-units.d/ntp.list
     299        rm -f ${UNITSDIR}/ntpd.service
    301300
    302301uninstall-php-fpm:
  • systemd-units/blfs/units/ntpd.service

    rf3d469b1 r634578e  
    22Description=Network Time Protocol daemon
    33After=network.target nss-lookup.target
     4Conflicts=systemd-timesyncd.service
    45
    56[Service]
  • systemd-units/blfs/units/saslauthd.service

    rf3d469b1 r634578e  
    66EnvironmentFile=/etc/default/saslauthd
    77ExecStart=/usr/sbin/saslauthd -a $MECHANISMS -n $THREADS $MECH_OPTIONS $SASLAUTHD_OPTS
    8 PidFile=/run/saslauthd/saslauthd.pid
     8PIDFile=/run/saslauthd/saslauthd.pid
    99
    1010[Install]
Note: See TracChangeset for help on using the changeset viewer.