provision.pl - trying to add back autostart

This commit is contained in:
gashapwn 2020-11-30 05:30:22 +00:00
parent 582bd06020
commit 93d18dcfdf

View File

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