Skip to content

Commit b91a07a

Browse files
Update php version variable to be compatible with the newest ansible-proserver-php version
1 parent 21db8be commit b91a07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/systemd/roadrunner.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=Roadrunner Service
3-
Requires=php{{ php_version }}-fpm.service
3+
Requires=php{{ php.version }}-fpm.service
44

55
[Service]
66
ExecStart={{ roadrunner.prefix.bin }}/rr -w {{ roadrunner_config.value.working_directory | default(roadrunner.prefix.current_release) }} -c {{ roadrunner.prefix.config }}/{{ roadrunner_config.key }}/rr.yaml -d serve -p

0 commit comments

Comments
 (0)