Skip to content

Instantly share code, notes, and snippets.

@dimonchoo
Created October 8, 2020 13:26
Show Gist options
  • Save dimonchoo/09b7315dc6be5a1aadfa03c504d0fc3e to your computer and use it in GitHub Desktop.
Save dimonchoo/09b7315dc6be5a1aadfa03c504d0fc3e to your computer and use it in GitHub Desktop.
[Unit]
Description=Translatons Queue Listen service
[Service]
Type=simple
User=root
WorkingDirectory=/var/www/html/wizards-translator
ExecStart=/usr/bin/php yii translate-queue/listen
TimeoutSec=300
Restart=on-failure
StandardOutput=syslog
[Install]
WantedBy=multi-user.target
// nano translations_listen.service
// cd /etc/systemd/system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment