/[smeserver]/rpms/smeserver-php/sme10/smeserver-php-fpm-0.1.1-bz10335-fix3-systemd-units.patch
ViewVC logotype

Diff of /rpms/smeserver-php/sme10/smeserver-php-fpm-0.1.1-bz10335-fix3-systemd-units.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Wed Mar 11 04:58:56 2020 UTC Revision 1.2 by jpp, Tue Jun 23 18:48:36 2020 UTC
# Line 8  diff -Nur smeserver-php-3.0.0.old/create Line 8  diff -Nur smeserver-php-3.0.0.old/create
8  +# systemd units  +# systemd units
9  +foreach $ver (qw( 55 56 70 71 72 73 74 )){  +foreach $ver (qw( 55 56 70 71 72 73 74 )){
10  +$service = "php$ver-php-fpm.service";  +$service = "php$ver-php-fpm.service";
11  +safe_symlink("root/usr/lib/systemd/system/$service", "root/etc/systemd/system/multi-user.target.wants/$service");  +safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service");
12  +}  +}
13  +$service = "php-fpm.service";  +$service = "php-fpm.service";
14  +safe_symlink("root/usr/lib/systemd/system/$service", "root/etc/systemd/system/multi-user.target.wants/$service");  +safe_symlink("../$service", "root/usr/lib//systemd/system/multi-user.target.wants/$service");


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed