diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-08 09:31:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-08 09:31:34 +0100 |
commit | f392e31baa99956ef7096dfa6c4c32fceea4d95c (patch) | |
tree | a2f0862be7ac1076d7ff8cb3d427fec46f7d1332 /php-fpm.wants | |
parent | a45baeac6c774c1e3d61f323979d59d2888dc82b (diff) |
fix service dependency name
add dependency on make for devel
Diffstat (limited to 'php-fpm.wants')
-rw-r--r-- | php-fpm.wants | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.wants b/php-fpm.wants index 18fa4b1..5c7c8e4 100644 --- a/php-fpm.wants +++ b/php-fpm.wants @@ -1,3 +1,3 @@ [Unit] -Wants=php73-php-fpm.service +Wants=php-fpm.service |