diff options
Diffstat (limited to 'systemd/rr.service')
-rwxr-xr-x | systemd/rr.service | 2 |
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 |