Skip to content

Commit

Permalink
preseed runit with signalinit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 23, 2010
1 parent d363add commit 66ece4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions runit/files/default/runit.seed
@@ -0,0 +1 @@
runit runit/signalinit boolean true
3 changes: 3 additions & 0 deletions runit/recipes/default.rb
Expand Up @@ -29,6 +29,9 @@

package "runit" do
action :install
if platform?("ubuntu", "debian")
response_file "runit.seed"
end
notifies value_for_platform(
"debian" => { "4.0" => :run, "default" => :nothing },
"ubuntu" => { "default" => :run, "9.10" => :nothing }
Expand Down

0 comments on commit 66ece4f

Please sign in to comment.