4 if ! getent group lock
>/dev
/null
; then
10 [ -e sys
/fs
/cgroups
/systemd
]
16 if [ ! -f etc
/machine-id
]; then
17 systemd-machine-id-setup
20 echo "systemd has been installed to /bin/systemd. Please ensure you append"
21 echo "init=/bin/systemd to your kernel command line in your bootloader."
27 if [ ! -f etc
/machine-id
]; then
28 systemd-machine-id-setup
32 systemctl daemon-reexec
>/dev
/null
37 if getent group lock
>/dev
/null
; then
42 # vim:set ts=2 sw=2 et: