2011-06-15 21:37:39 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08: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-06-15 21:37:39 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Time & Date Service
|
2012-08-22 14:11:27 +08:00
|
|
|
Documentation=man:systemd-timedated.service(8) man:localtime(5)
|
2012-05-21 21:12:18 +08:00
|
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated
|
2011-06-15 21:37:39 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=@rootlibexecdir@/systemd-timedated
|
|
|
|
BusName=org.freedesktop.timedate1
|
|
|
|
CapabilityBoundingSet=CAP_SYS_TIME
|
2013-12-12 01:14:52 +08:00
|
|
|
WatchdogSec=1min
|