651ee08f24
- Overhaul configuration fetching: * Add udev rules to wait for either ignition, combustion or fw_cfg drives * Allow combustion.firstboot in addition to ignition.firstboot M combustion A combustion-prepare.service M combustion.service M module-setup.sh - Bump version to 0.2 OBS-URL: https://build.opensuse.org/request/show/835192 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=7
34 lines
829 B
Desktop File
34 lines
829 B
Desktop File
[Unit]
|
|
Description=Combustion
|
|
DefaultDependencies=false
|
|
|
|
ConditionKernelCommandLine=|ignition.firstboot
|
|
ConditionKernelCommandLine=|combustion.firstboot
|
|
|
|
Requires=sysroot.mount
|
|
After=sysroot.mount
|
|
|
|
# combustion-prepare sets up network, if required
|
|
Requires=combustion-prepare.service
|
|
After=combustion-prepare.service
|
|
|
|
# Optionally make network available
|
|
After=network.target
|
|
|
|
# After ignition completed its stuff
|
|
After=ignition-complete.target
|
|
|
|
# So that /etc/fstab's x-initrd.mount entries are read (again) later
|
|
Before=initrd-parse-etc.service
|
|
|
|
Conflicts=initrd-switch-root.target umount.target
|
|
Conflicts=dracut-emergency.service emergency.service emergency.target
|
|
|
|
# Without this it goes into an endless loop on failure
|
|
OnFailure=emergency.target
|
|
OnFailureJobMode=isolate
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/combustion
|