2011-04-16 07:02:54 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 05:20:58 +07:00
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
2011-04-16 07:02:54 +07:00
|
|
|
# (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
|
2011-04-19 11:07:29 +07:00
|
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|