Service (Systemd)
Manage services using RoadRunner config
version: "3"
service:
meilisearch:
service_name_in_log: true
timeout_stop_sec: 10
remain_after_exit: true
restart_sec: 1
command: "./bin/meilisearch"
user: "www-data"
centrifuge:
service_name_in_log: true
timeout_stop_sec: 10
remain_after_exit: true
restart_sec: 1
command: "./bin/centrifugo --config=centrifugo.json"
some_service_1:
command: "php loop.php"
process_num: 10
timeout_stop_sec: 10
exec_timeout: 0s
remain_after_exit: true
service_name_in_log: false
env:
- foo: "BAR"
restart_sec: 1Configuration Settings
Setting
Description
PHP client
Installation
Usage
Create a service
Checking Service Status
Restarting a Service
Terminating a Service
Listing All Services
API
Protobuf API
Last updated