From f401e48c2db22ff9d1a05885b5599bebf19c2707 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Jun 2011 15:37:39 +0200 Subject: mechanisms: add mechanisms to change system locale and clock --- units/systemd-localed.service.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 units/systemd-localed.service.in (limited to 'units/systemd-localed.service.in') diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in new file mode 100644 index 0000000000..4be65df75d --- /dev/null +++ b/units/systemd-localed.service.in @@ -0,0 +1,17 @@ +# 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=Locale Service + +[Service] +ExecStart=@rootlibexecdir@/systemd-localed +Type=dbus +BusName=org.freedesktop.locale1 +CapabilityBoundingSet= -- cgit v1.2.3-54-g00ecf