From 4e7128ccda1ec14b4f42b42b1579aeed61e97a65 Mon Sep 17 00:00:00 2001 From: shashank Date: Mon, 4 Sep 2023 10:56:55 +0530 Subject: [PATCH 1/8] systemd-tmpFiles:Add page --- pages/linux/systemd-tmp-files.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/systemd-tmp-files.md diff --git a/pages/linux/systemd-tmp-files.md b/pages/linux/systemd-tmp-files.md new file mode 100644 index 0000000000..6ac8f4f626 --- /dev/null +++ b/pages/linux/systemd-tmp-files.md @@ -0,0 +1,24 @@ +# systemd-mount + +> Create, delete and clean up volatile and temporary files and directories. +> More information: . + +- Create files and directories as specified in the configuration: + +`systemd-tmpfiles --create` + +- Clean up files and directories with age parameters configured: + +`systemd-tmpfiles --clean` + +- Remove files and directories as specified in the configuration: + +`systemd-tmpfiles --remove` + +- Apply operations for user-specific configurations:: + +`systemd-tmpfiles --create --user` + +- Execute lines marked for early boot: + +`systemd-tmpfiles --create --boot` From ebc491c349470e34cbd5b8c3e822d7a5caecfa46 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 5 Sep 2023 10:46:52 +0530 Subject: [PATCH 2/8] Update and rename systemd-tmp-files.md to systemd-tmpfiles.md --- pages/linux/{systemd-tmp-files.md => systemd-tmpfiles.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pages/linux/{systemd-tmp-files.md => systemd-tmpfiles.md} (97%) diff --git a/pages/linux/systemd-tmp-files.md b/pages/linux/systemd-tmpfiles.md similarity index 97% rename from pages/linux/systemd-tmp-files.md rename to pages/linux/systemd-tmpfiles.md index 6ac8f4f626..adf56f21e9 100644 --- a/pages/linux/systemd-tmp-files.md +++ b/pages/linux/systemd-tmpfiles.md @@ -1,4 +1,4 @@ -# systemd-mount +# systemd-tmpfiles > Create, delete and clean up volatile and temporary files and directories. > More information: . From 1c5de0f796dbe6670b8c7b3725b6fbb6225ff6e5 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Wed, 6 Sep 2023 23:13:53 +0530 Subject: [PATCH 3/8] Update pages/linux/systemd-tmpfiles.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemd-tmpfiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemd-tmpfiles.md b/pages/linux/systemd-tmpfiles.md index adf56f21e9..f6dee90b23 100644 --- a/pages/linux/systemd-tmpfiles.md +++ b/pages/linux/systemd-tmpfiles.md @@ -15,7 +15,7 @@ `systemd-tmpfiles --remove` -- Apply operations for user-specific configurations:: +- Apply operations for user-specific configurations: `systemd-tmpfiles --create --user` From 1feb5378791a9309f0d16c406604b79319507374 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Wed, 6 Sep 2023 23:14:41 +0530 Subject: [PATCH 4/8] Update pages/linux/systemd-tmpfiles.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemd-tmpfiles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/linux/systemd-tmpfiles.md b/pages/linux/systemd-tmpfiles.md index f6dee90b23..71105987e5 100644 --- a/pages/linux/systemd-tmpfiles.md +++ b/pages/linux/systemd-tmpfiles.md @@ -1,6 +1,7 @@ # systemd-tmpfiles > Create, delete and clean up volatile and temporary files and directories. +> This command is automatically invoked on boot by systemd services, and running it manually is usually not needed. > More information: . - Create files and directories as specified in the configuration: From 1579614cc535a73570d8c69b85cec6f47863c6fa Mon Sep 17 00:00:00 2001 From: shashank Date: Sun, 19 Nov 2023 22:36:17 +0530 Subject: [PATCH 5/8] add page --- pages/linux/systemd-resolve.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pages/linux/systemd-resolve.md diff --git a/pages/linux/systemd-resolve.md b/pages/linux/systemd-resolve.md new file mode 100644 index 0000000000..2e966fa4bc --- /dev/null +++ b/pages/linux/systemd-resolve.md @@ -0,0 +1,6 @@ +# systemd-resolve + +> This command is an alias of `resolvectl`. +- View documentation for the original command: + +`tldr resolvectl` \ No newline at end of file From 01f45c3c2f386276826c30a692d4a4c25825b31d Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Mon, 20 Nov 2023 10:53:39 +0530 Subject: [PATCH 6/8] Update pages/linux/systemd-resolve.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/systemd-resolve.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/linux/systemd-resolve.md b/pages/linux/systemd-resolve.md index 2e966fa4bc..d4cfff9a42 100644 --- a/pages/linux/systemd-resolve.md +++ b/pages/linux/systemd-resolve.md @@ -1,6 +1,8 @@ # systemd-resolve > This command is an alias of `resolvectl`. +More information: < https://manpages.ubuntu.com/manpages/xenial/en/man1/systemd-resolve.1.html>. + - View documentation for the original command: `tldr resolvectl` \ No newline at end of file From f24560e6d537180bba14b230f7a7186fb8d3ff50 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Tue, 21 Nov 2023 11:11:05 +0530 Subject: [PATCH 7/8] Update pages/linux/systemd-resolve.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/systemd-resolve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemd-resolve.md b/pages/linux/systemd-resolve.md index d4cfff9a42..9a910f4f79 100644 --- a/pages/linux/systemd-resolve.md +++ b/pages/linux/systemd-resolve.md @@ -1,7 +1,7 @@ # systemd-resolve > This command is an alias of `resolvectl`. -More information: < https://manpages.ubuntu.com/manpages/xenial/en/man1/systemd-resolve.1.html>. +> More information: . - View documentation for the original command: From bc2f50e8ba0f62eeb504086ee5f80461e329e682 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:44:37 +0100 Subject: [PATCH 8/8] Update systemd-resolve.md --- pages/linux/systemd-resolve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemd-resolve.md b/pages/linux/systemd-resolve.md index 9a910f4f79..76e273faa1 100644 --- a/pages/linux/systemd-resolve.md +++ b/pages/linux/systemd-resolve.md @@ -5,4 +5,4 @@ - View documentation for the original command: -`tldr resolvectl` \ No newline at end of file +`tldr resolvectl`