Mask a service systemd
Prevent a service from being started by anything
systemctl mask snapd.service
more systemd
all 26 commands →
Show environment of service
systemctl show myapp.service -p Environment
Boot critical chain
systemd-analyze critical-chain <unit>
Boot timeline SVG
systemd-analyze plot > boot.svg
Drop-in override
systemctl edit <unit> # writes /etc/systemd/system/<unit>.d/override.conf
Reload unit files
systemctl daemon-reload