removed autostart for lingyind

This commit is contained in:
gashapwn 2020-11-30 05:07:24 +00:00
parent 5102e3db8a
commit 582bd06020

View File

@ -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");