Systemd
Configuring the unit
[Unit]
Description=High-performance PHP application server
Documentation=https://docs.roadrunner.dev/
[Service]
ExecStart=/usr/local/bin/rr serve -c /var/www/.rr.yaml
Type=notify
# Prevent systemd from terminating the worker processes
KillMode=mixed
# Adjust this to the value in jobs.pool.destroy_timeout
TimeoutStopSec=30
Restart=always
RestartSec=30
[Install]
WantedBy=default.target Status and logs
sd_notify protocol
sd_notify protocolLast updated