From fc988dd4f89233032c9995e91ace463affb8bf6d Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 28 Jun 2023 21:56:12 +0100 Subject: [PATCH] move systemd service to ubuntu --- guides/ubuntu/home.md | 1 + {examples => guides/ubuntu/pages/22_04}/systemd-service.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename {examples => guides/ubuntu/pages/22_04}/systemd-service.md (94%) diff --git a/guides/ubuntu/home.md b/guides/ubuntu/home.md index 198129a..4ecdd7d 100644 --- a/guides/ubuntu/home.md +++ b/guides/ubuntu/home.md @@ -18,3 +18,4 @@ Below is a list of guides for Ubuntu. - [Installing MongoDB](/guides/ubuntu/pages/22_04/install-mongodb) - [Installing Node.js](/guides/ubuntu/pages/22_04/install-nodejs) - [Installing Docker](/guides/ubuntu/pages/22_04/install-docker) +- [Systemd service](/guides/ubuntu/pages/22_04/systemd-service) diff --git a/examples/systemd-service.md b/guides/ubuntu/pages/22_04/systemd-service.md similarity index 94% rename from examples/systemd-service.md rename to guides/ubuntu/pages/22_04/systemd-service.md index 8230caa..1df5080 100644 --- a/examples/systemd-service.md +++ b/guides/ubuntu/pages/22_04/systemd-service.md @@ -3,7 +3,7 @@ title: How to create a Systemd service description: How to create a Systemd service on Ubuntu 22.04 published: true date: 2023-06-26T13:28:49.025Z -tags: docker, ubuntu, installation, containerization, container, linux, server, ubuntu, systemd, service +tags: linux, server, ubuntu, systemd, service editor: markdown dateCreated: 2023-06-26T13:28:49.025Z ---