From e742792c8f31e4fc5076843a125bcdd3e3737a7f Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 8 Jan 2023 19:04:47 +0900 Subject: [PATCH] enable redis-server, postgresql --- src/.vuepress/public/ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.vuepress/public/ubuntu.sh b/src/.vuepress/public/ubuntu.sh index 44e9c012b1..1c2a949692 100644 --- a/src/.vuepress/public/ubuntu.sh +++ b/src/.vuepress/public/ubuntu.sh @@ -725,6 +725,7 @@ if [ $method != "systemd" ]; then fi systemctl restart postgresql; + systemctl enable postgresql; fi #endregion fi @@ -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