Created
October 8, 2020 13:26
-
-
Save dimonchoo/09b7315dc6be5a1aadfa03c504d0fc3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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