summaryrefslogtreecommitdiff
path: root/systemd/rr.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/rr.service')
-rwxr-xr-xsystemd/rr.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/rr.service b/systemd/rr.service
index 6e4d5914..9b78329e 100755
--- a/systemd/rr.service
+++ b/systemd/rr.service
@@ -3,7 +3,7 @@ Description=High-performance PHP application server
[Service]
Type=simple
-ExecStart=/usr/local/bin/roadrunner serve -v -d -c <path/to/.rr.yaml>
+ExecStart=/usr/local/bin/roadrunner serve -c <path/to/.rr.yaml>
Restart=always
RestartSec=30