--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # systemctl unset-environment > Unset one or more service manager environment variables. > This undoes the effect of `systemctl set-environment`. > More information: . - Unset a single environment variable: `systemctl unset-environment {{var}}` - Unset multiple environment variables at once: `systemctl unset-environment {{var1 var2 ...}}` - Unset an environment variable in the user service manager: `systemctl unset-environment {{var}} --user`