From a341e8ccc460d3c93f2e1fc4742e60c2053eaf7d Mon Sep 17 00:00:00 2001 From: gashapwn Date: Sat, 5 Dec 2020 22:35:34 +0000 Subject: [PATCH] provision.pl - modified rcctl start for lingyind --- perl-script/provision.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-script/provision.pl b/perl-script/provision.pl index ba6082d..00a2e2b 100644 --- a/perl-script/provision.pl +++ b/perl-script/provision.pl @@ -74,7 +74,7 @@ system("su $SVC_ACCT -c '. ./venv/bin/activate && pip3 install -r requirements.t system("cp ./perl-script/conf/lingyin.rc /etc/rc.d/lingyind"); system("chmod 755 /etc/rc.d/lingyind"); system("rcctl enable lingyind"); -exec("rcctl start lingyind"); +system("rcctl start lingyind"); system("pkg_add p5-JSON");