first commit symfony 6

This commit is contained in:
2022-07-22 14:06:35 +00:00
parent dd85dcd74a
commit 52736bc3f8
3 changed files with 30 additions and 4 deletions

13
bin/nineskeletor.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
StartLimitIntervalSec=20s
StartLimitBurst=5
[Service]
ExecStart=/usr/bin/php -d memory_limit=-1 /var/www/html/nineskeletor/bin/console messenger:consume async --memory-limit=512m --env=prod
Restart=always
RestartSec=1
TimeoutSec=300
User=www-data
[Install]
WantedBy=multi-user.target