debian close #22

This commit is contained in:
728
2022-11-29 15:14:57 +08:00
parent 69ca0b1e4b
commit b9d3c6e9c5
2 changed files with 1 additions and 2 deletions

View File

@ -5,3 +5,4 @@ rm -rf ismism/ui
unzip -o ismism.zip -d ismism
rm ismism.zip deploy.zsh
cd ismism

View File

@ -1,8 +1,6 @@
rm -rf log; mkdir log
if systemctl > /dev/null; then
chown -R root:root /var/lib/mongodb
chown root:root /tmp/mongodb-27017.sock
cp -f mongod.service /lib/systemd/system/
systemctl daemon-reload
systemctl start mongod