From 7640a5de1b3ffe6547200ad204d14e4f067caf4f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 16 Apr 2011 02:02:54 +0200 Subject: hostnamed: introduce systemd-hostnamed http://www.freedesktop.org/wiki/Software/systemd/hostnamed --- units/.gitignore | 1 + units/systemd-hostnamed.service.in | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 units/systemd-hostnamed.service.in (limited to 'units') diff --git a/units/.gitignore b/units/.gitignore index cbf9f255f0..fe23b12266 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -1,3 +1,4 @@ +systemd-hostnamed.service console-shell.service systemd-sysctl.service systemd-ask-password-console.service diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in new file mode 100644 index 0000000000..32a3ab5f9a --- /dev/null +++ b/units/systemd-hostnamed.service.in @@ -0,0 +1,16 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Hostname Service + +[Service] +ExecStart=@rootlibexecdir@/systemd-hostnamed +Type=dbus +BusName=org.freedesktop.hostname1 -- cgit v1.2.3-54-g00ecf