Files
php-dev-router/systemd/php-dev-router.service.example
2026-06-16 18:55:05 +03:30

14 lines
340 B
Plaintext

[Unit]
Description=PHP development router
After=network.target nginx.service php-fpm.service
Wants=nginx.service php-fpm.service
[Service]
Type=simple
ExecStart=/usr/bin/php /opt/php-dev-router/bin/php-dev-router watch --config=/etc/php-dev-router/config.json --interval=3
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target