Skip to content

Commit

Permalink
enable redis-server, postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 8, 2023
1 parent 85f955c commit e742792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.vuepress/public/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ if [ $method != "systemd" ]; then
fi

systemctl restart postgresql;
systemctl enable postgresql;
fi
#endregion
fi
Expand Down Expand Up @@ -754,6 +755,7 @@ if $redis_local; then
read -r -p "Press Enter key to continue> "
fi
systemctl restart redis-server;
systemctl enable redis-server;
fi
#endregion

Expand Down

0 comments on commit e742792

Please sign in to comment.