From 8ffea13f34d459f22b1e449b87ee0365db6f89d1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Dec 2021 08:08:47 +0100 Subject: [PATCH] Delete horizon.conf --- conf/horizon.conf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 conf/horizon.conf diff --git a/conf/horizon.conf b/conf/horizon.conf deleted file mode 100644 index f176f78f..00000000 --- a/conf/horizon.conf +++ /dev/null @@ -1,9 +0,0 @@ -[program:__APP__-horizon] -process_name=%(program_name)s -command=php__PHPVERSION__ __FINALPATH__/artisan horizon -autostart=true -autorestart=true -user=__APP__ -redirect_stderr=true -stdout_logfile=/var/log/__APP__/__APP__-horizon.log -stopwaitsecs=3600 \ No newline at end of file