/etc/systemd/system/live-config.service is in live-config-systemd 3.0~a22-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Debian Live - System Configuration Scripts
##
## live-config contains the scripts that configure a Debian Live system during
## the boot process (late userspace).
##
## This is the systemd service for live-config.
[Unit]
Description=live-config contains the scripts that configure a Debian Live system during the boot process (late userspace).
[Service]
ExecStart=/lib/live/config.sh
Type=finish
ValidNoProcess=yes
|