2025-12-16 10:20:31 -07:00
|
|
|
# systemctl link
|
|
|
|
|
|
|
|
|
|
> Link a unit file located outside the unit file search path into the search path.
|
|
|
|
|
> See also: `systemctl disable`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#link%20PATH%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- 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 ...}}`
|