summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php-fpm.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/php-fpm.install')
-rw-r--r--abs/core/php/php-fpm.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/php-fpm.install b/abs/core/php/php-fpm.install
index 41fc37c..3572a76 100644
--- a/abs/core/php/php-fpm.install
+++ b/abs/core/php/php-fpm.install
@@ -1,6 +1,6 @@
post_install() {
if [[ ! -d run/php-fpm ]]; then
- usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/php-fpm.conf
+ usr/bin/systemd-tmpfiles --create php-fpm.conf
fi
}