mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
c46487fe78
* Update systemctl-cat.md * Update systemctl-edit.md * Update systemctl-mask.md * Update systemctl-stop.md * Update systemctl-start.md * Update systemctl-enable.md * Update systemctl-status.md * Update systemctl-disable.md * Update systemctl-restart.md * Update systemctl-enable.md
471 B
471 B
systemctl edit
Edit systemd unit files. More information: https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#edit%20UNIT%E2%80%A6.
- Overlay a unit file non-destructively:
sudo systemctl edit {{unit_file}}
- Edit an unit file:
sudo systemctl edit {{[-l|--full]}} {{unit_file}}
- Create a new unit file:
sudo systemctl edit {{[-lf|--full --force]}} {{unit_file}}
- Overlay a user unit file:
systemctl edit --user {{unit_file}}