Initial public release

This commit is contained in:
2026-06-16 18:55:05 +03:30
commit 17dfd5e49d
10 changed files with 787 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[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