This commit is contained in:
BoHung Chiu 2021-04-28 11:31:54 +08:00
parent 5180352d05
commit 1f57763766
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ $ sudo systemctl start orbit
$ sudo systemctl start rc.local
$ sudo crontab -e #加入以下內容
# @reboot /etc/init.d/orbit start
# @reboot service mongod start
# @reboot service mongod restart
```