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