소스 검색

removed autostart for lingyind

tags/release-00
gashapwn 3 년 전
부모
커밋
582bd06020
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      perl-script/provision.pl

+ 0
- 1
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");



불러오는 중...
취소
저장