1 |
diff -Nur smeserver-php-3.0.0.old/createlinks smeserver-php-3.0.0/createlinks |
2 |
--- smeserver-php-3.0.0.old/createlinks 2021-01-27 14:54:05.207000000 -0500 |
3 |
+++ smeserver-php-3.0.0/createlinks 2021-01-27 15:02:43.241000000 -0500 |
4 |
@@ -115,14 +115,14 @@ |
5 |
|
6 |
|
7 |
# systemd units |
8 |
-foreach $ver (qw( 55 56 70 71 72 73 74 )){ |
9 |
-$service = "php$ver-php-fpm.service"; |
10 |
-safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
11 |
-safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
12 |
-} |
13 |
-$service = "php-fpm.service"; |
14 |
-safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
15 |
-safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
16 |
+#foreach $ver (qw( 55 56 70 71 72 73 74 )){ |
17 |
+#$service = "php$ver-php-fpm.service"; |
18 |
+#safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
19 |
+#safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
20 |
+#} |
21 |
+#$service = "php-fpm.service"; |
22 |
+#safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
23 |
+#safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
24 |
|
25 |
#webapps |
26 |
$event = 'webapps-update'; |
27 |
diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/rsyslog.conf/32php smeserver-php-3.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32php |
28 |
--- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/rsyslog.conf/32php 2021-01-27 14:54:05.195000000 -0500 |
29 |
+++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32php 2021-01-27 14:56:10.173000000 -0500 |
30 |
@@ -4,6 +4,8 @@ |
31 |
:programname, isequal, "php" stop |
32 |
:programname, startswith, "php-fpm" /var/log/php/php/php-fpm.log |
33 |
:programname, startswith, "php-fpm" stop |
34 |
+:programname, startswith, "php55-fpm" /var/log/php/php55/php55-fpm.log |
35 |
+:programname, startswith, "php55-fpm" stop |
36 |
:programname, startswith, "php56-fpm" /var/log/php/php56/php56-fpm.log |
37 |
:programname, startswith, "php56-fpm" stop |
38 |
:programname, startswith, "php70-fpm" /var/log/php/php70/php70-fpm.log |