From a01725e94b90d4dfdbed66060bf5033487696c66 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Fri, 28 Nov 2025 08:24:22 +0530 Subject: [PATCH] systemctl-link: add page (#19596) Co-authored-by: Lena Pastwa Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: DustMerlin <39292795+DustMerlin@users.noreply.github.com> --- pages/linux/systemctl-link.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/systemctl-link.md diff --git a/pages/linux/systemctl-link.md b/pages/linux/systemctl-link.md new file mode 100644 index 0000000000..866643a923 --- /dev/null +++ b/pages/linux/systemctl-link.md @@ -0,0 +1,13 @@ +# systemctl link + +> Link a unit file located outside the unit file search path into the search path. +> See also: `systemctl disable`. +> More information: . + +- Link a unit file to make it available for systemd commands: + +`systemctl link {{path/to/service}}` + +- Link multiple unit files at once: + +`systemctl link {{path/to/service1 path/to/service2 ...}}`