Change runit recipe to systemd for Fedora.

Fedora is not supported anyway, so it will not break any supported
installation.

SystemD is a better default for fedora, as fedore is using SystemD
for a few releases already. No fedora server without SystemD should
still be in production.

Closes #365
This commit is contained in:
Nathan 2014-12-15 18:15:51 +00:00
parent 9e97671d8d
commit fbb7687f3c
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ when "rhel"
end
end
when "fedora"
# TODO: platform_version check for old distro without upstart
include_recipe "runit::upstart"
include_recipe "runit::systemd"
else
include_recipe "runit::sysvinit"
end