From 93d18dcfdf72dad8b555b2aeb956b6b2f15e4034 Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 30 Nov 2020 05:30:22 +0000 Subject: [PATCH] provision.pl - trying to add back autostart --- perl-script/provision.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-script/provision.pl b/perl-script/provision.pl index e13028f..0780be3 100644 --- a/perl-script/provision.pl +++ b/perl-script/provision.pl @@ -74,6 +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"); +`rcctl start lingyind`; system("pkg_add p5-JSON");