Skip to content

Commit a01725e

Browse files
TheRootDaemonacuteenvyManagorDustMerlin
authored
systemctl-link: add page (#19596)
Co-authored-by: Lena Pastwa <[email protected]> Co-authored-by: Managor <[email protected]> Co-authored-by: DustMerlin <[email protected]>
1 parent 912712f commit a01725e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pages/linux/systemctl-link.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# systemctl link
2+
3+
> Link a unit file located outside the unit file search path into the search path.
4+
> See also: `systemctl disable`.
5+
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#link%20PATH%E2%80%A6>.
6+
7+
- Link a unit file to make it available for systemd commands:
8+
9+
`systemctl link {{path/to/service}}`
10+
11+
- Link multiple unit files at once:
12+
13+
`systemctl link {{path/to/service1 path/to/service2 ...}}`

0 commit comments

Comments
 (0)