Skip to content

Commit f5bbeed

Browse files
committed
DEV: amend Ubuntu installation docs with instructions for starting Redis across reboots
1 parent de8ee2e commit f5bbeed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/operate/oss_and_stack/install/install-redis/install-redis-on-linux.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ sudo apt-get update
2525
sudo apt-get install redis
2626
{{< /highlight >}}
2727

28-
Redis will start automatically, and it will restart at boot time.
28+
Redis will start automatically, and it should restart at boot time. If Redis doesn't start across reboots, you may need to manually enable it:
29+
30+
{{< highlight bash >}}
31+
sudo systemctl enable redis-server
32+
sudo systemctl start redis-server
33+
{{< /highlight >}}
2934

3035
## Install on Red Hat/Rocky
3136

0 commit comments

Comments
 (0)