From 582bd06020fb654287ff8a71842051ec3c8893cd Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 30 Nov 2020 05:07:24 +0000 Subject: [PATCH] removed autostart for lingyind --- perl-script/provision.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-script/provision.pl b/perl-script/provision.pl index 00a2e2b..e13028f 100644 --- a/perl-script/provision.pl +++ b/perl-script/provision.pl @@ -74,7 +74,6 @@ 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"); -system("rcctl start lingyind"); system("pkg_add p5-JSON");