diff --git a/pages/linux/systemctl-condreload.md b/pages/linux/systemctl-condreload.md new file mode 100644 index 0000000000..832b663a76 --- /dev/null +++ b/pages/linux/systemctl-condreload.md @@ -0,0 +1,7 @@ +# systemctl condreload + +> This command is an alias of `systemctl try-reload-or-restart`. + +- View documentation for the original command: + +`tldr systemctl try-reload-or-restart` diff --git a/pages/linux/systemctl-condrestart.md b/pages/linux/systemctl-condrestart.md new file mode 100644 index 0000000000..beb5719f64 --- /dev/null +++ b/pages/linux/systemctl-condrestart.md @@ -0,0 +1,7 @@ +# systemctl condrestart + +> This command is an alias of `systemctl try-restart`. + +- View documentation for the original command: + +`tldr systemctl try-restart` diff --git a/pages/linux/systemctl-condstop.md b/pages/linux/systemctl-condstop.md new file mode 100644 index 0000000000..1e49a668e5 --- /dev/null +++ b/pages/linux/systemctl-condstop.md @@ -0,0 +1,7 @@ +# systemctl condstop + +> This command is an alias of `systemctl stop`. + +- View documentation for the original command: + +`tldr systemctl stop` diff --git a/pages/linux/systemctl-force-reload.md b/pages/linux/systemctl-force-reload.md new file mode 100644 index 0000000000..466248b96e --- /dev/null +++ b/pages/linux/systemctl-force-reload.md @@ -0,0 +1,7 @@ +# systemctl force-reload + +> This command is an alias of `systemctl try-reload-or-restart`. + +- View documentation for the original command: + +`tldr systemctl try-reload-or-restart` diff --git a/pages/linux/systemctl-reload-or-try-restart.md b/pages/linux/systemctl-reload-or-try-restart.md new file mode 100644 index 0000000000..1033e89da3 --- /dev/null +++ b/pages/linux/systemctl-reload-or-try-restart.md @@ -0,0 +1,7 @@ +# systemctl reload-or-try-restart + +> This command is an alias of `systemctl try-reload-or-restart`. + +- View documentation for the original command: + +`tldr systemctl try-reload-or-restart`