From 45c35b9bb0bf633b55c219a07cfb619bd315acfd Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 11 Oct 2023 10:11:48 +0200 Subject: [PATCH] doc/tutorials/archiver-appliance: fix typo --- doc/nixos/tutorials/archiver-appliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nixos/tutorials/archiver-appliance.md b/doc/nixos/tutorials/archiver-appliance.md index 13e01ed8..a1cdbbee 100644 --- a/doc/nixos/tutorials/archiver-appliance.md +++ b/doc/nixos/tutorials/archiver-appliance.md @@ -211,7 +211,7 @@ the following new units were started: arch-lts-ArchiverStore.mount, From the message, we can guess it started the Tomcat server running Archiver Appliance, the MySQL (in fact, MariaDB) server, -and some mounted some partitions. +and mounted some partitions. Fantastic! You can run the `systemctl list-units` command to see if any systemd unit failed.