Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
e155a9a4
Commit
e155a9a4
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
hhvm using UTC timezone?
parent
167d554f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hhvm.service
hhvm.service
+1
-1
No files found.
hhvm.service
View file @
e155a9a4
...
...
@@ -4,7 +4,7 @@ Description=HHVM HipHop Virtual Machine (FCGI)
[Service]
ExecStartPre
=
/bin/mkdir -p /var/run/hhvm
ExecStartPre
=
/bin/chown -R gliders:nginx /var/run/hhvm
ExecStart
=
/usr/local/bin/hhvm --user gliders --mode daemon -d hhvm.server.type=fastcgi -d hhvm.server.file_socket=/var/run/hhvm/sock -d hhvm.admin_server.port=9001 -d hhvm.admin_server.password=gliders9876
ExecStart
=
/usr/local/bin/hhvm --user gliders --mode daemon -d hhvm.server.type=fastcgi -d hhvm.server.file_socket=/var/run/hhvm/sock -d hhvm.admin_server.port=9001 -d hhvm.admin_server.password=gliders9876
-d php.date.timezone=UTC
#ExecStartPost=/usr/bin/python /home/gliders/code/gliders-tools/bin/warmup.py
Restart
=
on-failure
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment