From 81cf5d6bcb9b14ab95264cc262d9f85c003fcdd7 Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 30 Nov 2020 05:45:13 +0000 Subject: [PATCH] wooooooooooork i want to go to sleep --- 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 0780be3..6eeea2f 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"); -`rcctl start lingyind`; +`rcctl start lingyind &`; system("pkg_add p5-JSON");