That output:
{“t”:{"$date":“2021-06-02T11:02:45.904-06:00”},“s”:“E”, “c”:“STORAGE”, “id”:20557, “ctx”:“initandlisten”,“msg”:“DBException in initAndListen, terminating”,“attr”:{“error”:“NonExistentPath: Data directory /data/db not found. Create the missing directory or specify another path using (1) the --dbpath command line option, or (2) by adding the ‘storage.dbPath’ option in the configuration file.”}}

is coming from Mongo after executing “mongod” command, not from systemctl.

I am going to google where the conf file is indicated to Mongo.

My mongod.conf is located is under /etc directory.

What’s wrong? :thinking: