Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for boot script #197

Open
praste opened this issue Feb 20, 2015 · 2 comments
Open

Add support for boot script #197

praste opened this issue Feb 20, 2015 · 2 comments
Milestone

Comments

@praste
Copy link

praste commented Feb 20, 2015

I created a init.d folder under deb folder. I then added mapper to move file in init.d folder to /etc/init.d. However variable substitution for placeholder [[name]], [[version]] etc, did not work

Can we make using init.d as a standard folder (just like we use control folder to store all control files) to store boot script and support variable substitution as well.

@muuki88
Copy link
Contributor

muuki88 commented Feb 20, 2015

I recommend against standard folders for system loaders. Currently there are three systems in use

  • SystemV (init.d)
  • Upstart (init)
  • SystemD (somewhere else)

But enable variable substitution for specific files would definitely be nice.

@tcurdt
Copy link
Owner

tcurdt commented Feb 21, 2015

Flexible variable substitution is on the roadmap. (see #195 )

@tcurdt tcurdt added this to the 2.0 milestone May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants