Options (2)
-l, --fullbooleanEdit a unit file
Example:
sudo systemctl edit {{unit_file}} {{[-l|--full]}}booleanCreate a new unit file
Example:
sudo systemctl edit {{unit_file}} {{[-lf|--full --force]}}Examples (4)
Overlay a unit file non-destructively
sudo systemctl edit unit_fileEdit a unit file
sudo systemctl edit unit_file [-l|--full]Create a new unit file
sudo systemctl edit unit_file [-lf|--full --force]Overlay a user unit file
systemctl edit unit_file --usermade by @shridhargupta | data from tldr-pages