mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
23 lines
499 B
Django/Jinja
23 lines
499 B
Django/Jinja
[Unit]
|
|
Description=Akeneo jobs worker for PIM {{ pim_id }}
|
|
|
|
[Service]
|
|
User={{ pim_user }}
|
|
Group={{ pim_user }}
|
|
WorkingDirectory={{ pim_root_dir }}/app
|
|
ExecStart=/bin/php{{ pim_php_version }} bin/console akeneo:batch:job-queue-consumer-daemon --env=prod
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
NoNewPrivileges=yes
|
|
MemoryLimit=1024M
|
|
SyslogIdentifier=akeneo-pim_{{ pim_id }}-jobs
|
|
Restart=on-failure
|
|
StartLimitInterval=0
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|