diskimage-builder/elements/base/pre-install.d/04-dib-init-system
Roman Podoliaka b01c73aadc Provide a way of determining init system used
dib-init-system script is installed into $PATH. Called
without arguments it will print the name of init system
used to stdout.

Additionally, set DIB_INIT_SYSTEM environment variable to
the init system used.

Tested on ubuntu+upstart, centos+upstart, fedora+systemd,
debian+sysv.

Closes-Bug: #1251610

Change-Id: I29668079091f6060dab66d8259890384d3bbd653
2013-11-15 17:10:38 +02:00

6 lines
96 B
Bash
Executable File

#!/bin/bash
set -e
install -m 0755 -o root -g root $(dirname $0)/../dib-init-system /usr/bin/