Skip to content

systemd-service

cloud-init-hotplugd.service

systemd service: cloud-init-hotplugd.service

/bin/bash -c 'read args <&3; echo "args=$args"; \
                        exec /usr/bin/cloud-init devel hotplug-hook $args; \
                        exit 0'

debug-shell.service

systemd service: debug-shell.service

/usr/bin/bash

On purpose, this profile allow everything.

dmesg.service

systemd service: dmesg.service

/usr/bin/savelog -m640 -q -p -n -c 5 /var/log/dmesg
/bin/journalctl --boot 0 --dmesg --output short-monotonic --quiet --no-pager --no-hostname
/bin/chgrp adm /var/log/dmesg
/bin/chmod 0640 /var/log/dmesg

grub-common.service

systemd service: grub-common.service

/bin/sh -c '[ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv; mkdir -p /boot/grub'
grub-editenv /boot/grub/grubenv unset recordfail
/bin/sh -c 'if grub-editenv /boot/grub/grubenv list | grep -q initrdless_boot_fallback_triggered=1; then echo "grub: GRUB_FORCE_PARTUUID set, initrdless boot paniced, fallback triggered."; fi'

ldconfig.service

systemd service: ldconfig.service

/sbin/ldconfig -X

FIXME: configure the systemd unit file to use the ldconfig profile.

man-db.service

ExecStart=+/usr/bin/install -d -o man -g man -m 0755 /var/cache/man ExecStart=/usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete ExecStart=/usr/bin/mandb --quiet

secureboot-db.service

systemd service: secureboot-db.service

/usr/bin/chattr -i /sys/firmware/efi/efivars/KEK-@{uuid}
/usr/bin/chattr -i /sys/firmware/efi/efivars/db-@{uuid}
/usr/bin/chattr -i /sys/firmware/efi/efivars/dbx-@{uuid}
/usr/bin/sbkeysync --no-default-keystores --keystore /usr/share/secureboot/updates --verbose

shadow.service

systemd service: shadow.service

/bin/sh -c '/usr/bin/pwck -qr || r=1; /usr/bin/grpck -r && exit $r'

snapd.system-shutdown.service

systemd service: snapd.system-shutdown.service

/bin/mount /run -o remount,exec
/bin/mkdir -p /run/initramfs
/bin/cp /usr/lib/snapd/system-shutdown /run/initramfs/shutdown

system-update-cleanup.service

systemd service: system-update-cleanup.service

rm -fv /system-update /etc/system-update

usb_modeswitch.service

systemd service: usb_modeswitch.service