blob: 9b78329e6b73cba6151f3358915f66237e401eae (
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 -c <path/to/.rr.yaml>
Restart=always
RestartSec=30
[Install]
WantedBy=default.target
|