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 ---