From 1e610bb796563611b971b0a7a5046fa0261eb873 Mon Sep 17 00:00:00 2001 From: kremlin- Date: Thu, 26 Jun 2014 18:21:13 -0500 Subject: [PATCH] bring in skeleton conf, add to makefile install target --- Makefile | 1 + conf/systemd_compat.conf | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 conf/systemd_compat.conf diff --git a/Makefile b/Makefile index d8cde2b..752144c 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,4 @@ install: _install_conf _install_conf: cp conf/*-dbus.conf /etc/dbus-1/system.d/ + cp conf/systemd_compat.conf /etc/ diff --git a/conf/systemd_compat.conf b/conf/systemd_compat.conf new file mode 100644 index 0000000..7eadd31 --- /dev/null +++ b/conf/systemd_compat.conf @@ -0,0 +1,5 @@ +[hostnamed] +Hostname= +PrettyHostname= +IconName= +ChassisType= -- 2.41.0