瀏覽代碼

provision.pl - trying to add back autostart

tags/release-00
gashapwn 3 年之前
父節點
當前提交
93d18dcfdf
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      perl-script/provision.pl

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



Loading…
取消
儲存