mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-09-06 13:41:28 +00:00
ciao creates systemd unit files to start ciao services. In the case of ClearLinux, there is the possibility that /etc/systemd/system has not been created yet. This change ensures /etc/systemd/system is present before trying to create unit files there. Fixes #53 Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>