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 ...}}`