summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/sysconfig/time
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/sysconfig/time')
-rw-r--r--urunlevel/runlevel/sysconfig/time18
1 files changed, 18 insertions, 0 deletions
diff --git a/urunlevel/runlevel/sysconfig/time b/urunlevel/runlevel/sysconfig/time
new file mode 100644
index 0000000..4d8ef66
--- /dev/null
+++ b/urunlevel/runlevel/sysconfig/time
@@ -0,0 +1,18 @@
1## Path: System/Environment/Clock
2## Description: Information about your timezone and time
3## Type: string
4## ServiceRestart: boot.clock
5#
6# Set to "-u" if your system clock is set to UTC, and to "--localtime"
7# if your clock runs that way.
8#
9HWCLOCK="-u"
10
11## Type: string(Europe/Berlin,Europe/London,Europe/Paris)
12## ServiceRestart: boot.clock
13#
14# Timezone (e.g. CET)
15# (this will set /usr/lib/zoneinfo/localtime)
16#
17TIMEZONE="Australia/Queensland"
18DEFAULT_TIMEZONE="Europe/London"