summaryrefslogtreecommitdiff
path: root/systemd/rr.service
blob: 6e4d59146c7d574abe0b1c2698cbfe9e41fd19a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=High-performance PHP application server

[Service]
Type=simple
ExecStart=/usr/local/bin/roadrunner serve -v -d -c <path/to/.rr.yaml>
Restart=always
RestartSec=30

[Install]
WantedBy=default.target