Bladeren bron

provision.pl - modified rcctl start for lingyind

tags/release-00
gashapwn 3 jaren geleden
bovenliggende
commit
a341e8ccc4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl Bestand weergeven

@@ -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");
exec("rcctl start lingyind");
system("rcctl start lingyind");

system("pkg_add p5-JSON");



Laden…
Annuleren
Opslaan