commands.sh

systemctl stop

linux

Stop systemd units.

More info →

Examples (3)

Stop a unit

Stop a service and suppress warnings

systemctl stop unit --no-warn

Stop a user unit

systemctl stop unit --user
made by @shridhargupta | data from tldr-pages