mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 15:50:22 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/systemctl-link
Normal file
18
tldr/linux/systemctl-link
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl link
|
||||
|
||||
> Link a unit file located outside the unit file search path into the search path.
|
||||
> See also: `systemctl disable`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#link%20PATH%E2%80%A6>.
|
||||
|
||||
- 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 ...}}`
|
||||
Reference in New Issue
Block a user