Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Missing /usr/lib/systemd/system dir on Ubuntu 16.04 using AMI ami-ee6b189d #72

@epierotto

Description

@epierotto

Hi I've just spotted that using Ubuntu 16.04 ami-ee6b189d the "/usr/lib/systemd/system" dir does not exist.

So to fix it I've added this block before the systemd template

directory '/usr/lib/systemd/system' do
  action :create
  only_if { node['init_package'] == 'systemd' }
end

Let me know if you want a pull request

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions