We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21db8be commit b91a07aCopy full SHA for b91a07a
templates/systemd/roadrunner.service
@@ -1,6 +1,6 @@
1
[Unit]
2
Description=Roadrunner Service
3
-Requires=php{{ php_version }}-fpm.service
+Requires=php{{ php.version }}-fpm.service
4
5
[Service]
6
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