systemd - abstract

Posted on Wed 13 August 2014 in linux • 1 min read

Rescue Mode

cmdline=...systemd.unit=rescue.target

Analyzing the boot process

systemd-analyze  
systemd-analyze blame  
systemd-analyze plot > /tmp/plot.svg

Start/Stop/Disable services

systemctl start/stop/restart/mask [service]  
systemctl daemon-reload  
systemctl list-units --type=[timer,service,target,mounts,...]

Journal

journalctl -u ssh  
\_PID=1  
-b

Custom unit

http://www.freedesktop.org/software/systemd/man/systemd.unit.html