From f514a06b003fd7c129341c202aaa8a9c92b92463 Mon Sep 17 00:00:00 2001 From: Roger Rutishauser Date: Wed, 6 Nov 2024 11:02:43 +0100 Subject: [PATCH] update --- linux/README.md | 2 ++ linux/linux-systemd.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100755 linux/linux-systemd.md diff --git a/linux/README.md b/linux/README.md index e952388..c2dd4fe 100644 --- a/linux/README.md +++ b/linux/README.md @@ -12,4 +12,6 @@ [Sendmail](linux-sendmail.md) +[systemd](linux-systemd.md) + [VIM](linux-vim.md) \ No newline at end of file diff --git a/linux/linux-systemd.md b/linux/linux-systemd.md new file mode 100755 index 0000000..5b19360 --- /dev/null +++ b/linux/linux-systemd.md @@ -0,0 +1,9 @@ +--- +gitea: none +include_toc: true +--- +# systemd + +Kurzanleitung: https://wiki.ubuntuusers.de/Howto/systemd_Service_Unit_Beispiel/ + +Lange Beschreibung: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units-de \ No newline at end of file