611a8b701a
Upstart support in Debian is somewhat experimental, but having it would be especially useful for TripleO which already generates upstart scripts which will work fairly well on Debian based systems. Change-Id: I267da5ae7bc4a484fac152a14963d96ca2ad2693
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
echo upstart >> ${TARGET_ROOT}/.extra-packages
|
|
echo debian-upstart >> ${TARGET_ROOT}/.distro-name
|