first commit symfony 6
This commit is contained in:
13
bin/nineskeletor.service
Normal file
13
bin/nineskeletor.service
Normal 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
|
Reference in New Issue
Block a user