标签: service centos systemctl
我们想将以下命令作为服务运行。因此它将通过systemctl在启动时自动启动。
php / home / use / artisan queue:work --tries = 3
关于如何使这项工作有效的任何建议?
谢谢!