"Starting service(s)"

This commit is contained in:
Robin Davies
2022-02-04 08:46:27 -05:00
parent 5c5bf29d48
commit d273f30a75
+1 -1
View File
@@ -461,7 +461,7 @@ void Install(const std::filesystem::path &programPrefix, const std::string endpo
sysExec(SYSTEMCTL_BIN " daemon-reload");
cout << "Starting service" << endl;
cout << "Starting services" << endl;
RestartService(false);
EnableService();