diff options
author | kremlin <ian@kremlin.cc> | 2014-06-27 07:21:13 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-06-27 07:21:13 +0800 |
commit | ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4 (patch) | |
tree | e3583bf13a54fa83b67ae8119c3347061b723fde | |
parent | 661659c93fdc4e3861e6e113ab4b4eaa71719a67 (diff) | |
download | systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.tar systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.tar.gz systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.tar.bz2 systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.tar.lz systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.tar.xz systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.tar.zst systembsd-ef6cdbf9c1d55b475ad87640046eb3e6c1b8f4e4.zip |
bring in skeleton conf, add to makefile install target
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | conf/systemd_compat.conf | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -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= |