Changeset 2d57c6f3 for systemd-units


Ignore:
Timestamp:
07/20/2014 04:38:15 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
aa91378
Parents:
c7edc8da
Message:

Convert php to systemd.

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

Location:
systemd-units
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • systemd-units/Makefile

    rc7edc8da r2d57c6f3  
    115115        echo "ntpd.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/ntp.list
    116116        systemctl enable ntpd.service
     117
     118install-php-fpm: create-dirs
     119        install -m ${CONFMODE} blfs/units/php-fpm.service ${UNITSDIR}/
     120        systemctl enable php-fpm.service
    117121
    118122install-postfix: create-dirs
     
    283287        systemctl disable ntpd.service
    284288        rm -f ${UNITSDIR}/ntpd.service ${DESTDIR}/usr/lib/systemd/ntp-units.d/ntp.list
     289
     290uninstall-php-fpm:
     291        systemctl stop php-fpm.service
     292        systemctl disable php-fpm.service
     293        rm -f ${UNITSDIR}/php-fpm.service
    285294
    286295uninstall-postfix:
     
    388397        install-nfs-server \
    389398        install-ntp \
     399        install-php-fpm \
    390400        install-postfix \
    391401        install-postgresql \
     
    417427        uninstall-nfs-server \
    418428        uninstall-ntpd \
     429        uninstall-php-fpm \
    419430        uninstall-postfix \
    420431        uninstall-postgresql \
Note: See TracChangeset for help on using the changeset viewer.