We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bcdb34 + febcb4e commit 088be70Copy full SHA for 088be70
1 file changed
lib/fpm/package/deb.rb
@@ -1194,7 +1194,7 @@ def add_path(path, allconfigs)
1194
end
1195
upstarts.each do |upstart|
1196
name = File.basename(upstart, ".upstart")
1197
- upstartscript = "etc/init/#{name}.conf"
+ upstartscript = "/etc/init/#{name}.conf"
1198
logger.debug("Add conf file declaration for upstart script", :script => upstartscript)
1199
allconfigs << upstartscript[1..-1]
1200
0 commit comments