diff --git a/pages/linux/systemctl-show-environment.md b/pages/linux/systemctl-show-environment.md new file mode 100644 index 0000000000..64078e2495 --- /dev/null +++ b/pages/linux/systemctl-show-environment.md @@ -0,0 +1,12 @@ +# systemctl show-environment + +> Display systemd environment blocks. +> More information: . + +- Display the environment block for the system: + +`systemctl show-environment` + +- Display the environment block for the current user: + +`systemctl show-environment --user`