From 9d49149c12cf52d078d899b458d9736667eb8efc Mon Sep 17 00:00:00 2001
From: LinuxSserver <111156065+LinuxSserver@users.noreply.github.com>
Date: Sun, 25 Dec 2022 09:23:49 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 60c1887..90bba8e 100644
--- a/README.md
+++ b/README.md
@@ -2539,6 +2539,14 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
syslogd |
Read and log system messages to the system console and log files. |
+
+| service |
+This command is used to manage system services. |
+
+
+| systemctl |
+This command can be used to start, stop, and check the status of system services. |
+
From 2fbe6d91da997fcd36d9b840cd425bb8198a70eb Mon Sep 17 00:00:00 2001
From: LinuxSserver <111156065+LinuxSserver@users.noreply.github.com>
Date: Wed, 28 Dec 2022 12:18:10 +0530
Subject: [PATCH 2/2] Update README.md
Done set alphabetically
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 90bba8e..b124524 100644
--- a/README.md
+++ b/README.md
@@ -2331,6 +2331,10 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
seq |
Displays an incremental sequence of numbers from first to last. |
+
+| service |
+This command is used to manage system services. |
+
| set |
Used to manipulate shell variables and functions. |
@@ -2540,10 +2544,6 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
Read and log system messages to the system console and log files. |
-| service |
-This command is used to manage system services. |
-
-
| systemctl |
This command can be used to start, stop, and check the status of system services. |