From 39f010aa75a59ef4f24f3b3e9da61185f6ee0ed9 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Mon, 6 Nov 2023 15:40:53 -0600 Subject: [PATCH] fix(service): fixed unfinished servicer provider --- src/content/docs/ingredients/service-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ingredients/service-providers.md b/src/content/docs/ingredients/service-providers.md index 5920be4..f6d27be 100644 --- a/src/content/docs/ingredients/service-providers.md +++ b/src/content/docs/ingredients/service-providers.md @@ -30,7 +30,7 @@ type ServiceProvider interface { By default, grlx only has a `systemd` provider. ## systemd -The `systemd` provider is +The [`systemd` provider](/ingredients/service) allows for control over a sprout's `systemd` services. #### Example ```yaml service.disabled: