Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 25, 2022 03:54 am GMT

Start rethinkdb on startup in Arch Linux

Note: This document is a quick note, not a complete guide

Source: https://rethinkdb.com/docs/start-on-startup/

Some of the requirements in the Startup with systemd section were already present by default in Arch Linux.

All the commands required to be executed were:

sudo systemctl start rethinkdb@default# gives hints regarding errorssystemctl status [email protected]# this path was found from the above error messagesudo rethinkdb create -d /var/lib/rethinkdb/defaultsudo systemctl start rethinkdb@default# gives hints regarding further errorssystemctl status [email protected]sudo chown -R rethinkdb:rethinkdb /var/lib/rethinkdb/defaultsudo systemctl start rethinkdb@default# check if everything is finesystemctl status [email protected] enable [email protected]

System Info


Original Link: https://dev.to/rounakcodes/start-rethinkdb-on-startup-in-arch-linux-dfo

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To