1 |
jpp |
1.1 |
diff -Nur smeserver-php-3.0.0.old/createlinks smeserver-php-3.0.0/createlinks |
2 |
|
|
--- smeserver-php-3.0.0.old/createlinks 2020-09-30 17:00:18.927000000 -0400 |
3 |
|
|
+++ smeserver-php-3.0.0/createlinks 2020-09-30 17:02:32.197000000 -0400 |
4 |
|
|
@@ -100,6 +100,8 @@ |
5 |
|
|
foreach $ver (qw( 55 56 70 71 72 73 74 )){ |
6 |
|
|
$service = "php$ver-php-fpm.service"; |
7 |
|
|
safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
8 |
|
|
+safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
9 |
|
|
} |
10 |
|
|
$service = "php-fpm.service"; |
11 |
|
|
-safe_symlink("../$service", "root/usr/lib//systemd/system/multi-user.target.wants/$service"); |
12 |
|
|
+safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
13 |
|
|
+safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |