We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e1512 + 2818c90 commit e5e9a26Copy full SHA for e5e9a26
resources/puppetlabs/lein-ezbake/template/global/install.sh.erb
@@ -294,8 +294,6 @@ function task_systemd_deb {
294
fi
295
install -d -m 0755 "${DESTDIR}${tmpfilesdir}"
296
install -m 0644 ext/<%= EZBake::Config[:project] %>.tmpfiles.conf "${DESTDIR}${tmpfilesdir}/<%= EZBake::Config[:project] %>.conf"
297
- install -d -m 0755 "${DESTDIR}${needrestart_confdir}"
298
- install -m 0644 ext/<%= EZBake::Config[:project] %>.needrestart.conf "${DESTDIR}${needrestart_confdir}/<%= EZBake::Config[:project] %>.conf"
299
}
300
301
function task_service_account {
0 commit comments