LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

systemctl-show-environment

Display service manager environment

TLDR

Show system service manager environment
$ systemctl show-environment
copy
Show user service manager environment
$ systemctl show-environment --user
copy
Filter for a specific variable
$ systemctl show-environment | grep [PATH]
copy

SYNOPSIS

systemctl show-environment [OPTIONS]

DESCRIPTION

systemctl show-environment displays all environment variables set in the systemd service manager's environment block. These variables are inherited by all services started by the manager.The output shows one variable per line in NAME=VALUE format. Use systemctl set-environment to add variables and systemctl unset-environment to remove them.

PARAMETERS

--user

Show user service manager environment
--system
Show system manager environment (default)

CAVEATS

Shows the manager's environment, not the shell's environment. Variables set with `set-environment` or `import-environment` appear here.

HISTORY

The show-environment subcommand provides visibility into what environment variables services will inherit, useful for debugging service configuration.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid