Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
6ebf598c
Commit
6ebf598c
authored
Sep 22, 2010
by
Kay Sievers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
units: hwclock support for non-UTC must not be in the default
parent
65ae3821
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile.am
Makefile.am
+0
-2
units/hwclock-load.service
units/hwclock-load.service
+3
-0
No files found.
Makefile.am
View file @
6ebf598c
...
...
@@ -996,7 +996,6 @@ install-data-hook:
systemd-vconsole-setup.service
\
systemd-modules-load.service
\
systemd-random-seed-load.service
\
hwclock-load.service
\
sysctl.service
\
tmpwatch.timer
\
tmpwatch.service
&&
\
...
...
@@ -1008,7 +1007,6 @@ install-data-hook:
$(LN_S)
../systemd-vconsole-setup.service
&&
\
$(LN_S)
../systemd-modules-load.service
&&
\
$(LN_S)
../systemd-random-seed-load.service
&&
\
$(LN_S)
../hwclock-load.service
&&
\
$(LN_S)
../sysctl.service
&&
\
$(LN_S)
../tmpwatch.timer
&&
\
$(LN_S)
../tmpwatch.service
)
...
...
units/hwclock-load.service
View file @
6ebf598c
...
...
@@ -26,3 +26,6 @@ ExecStart=/sbin/hwclock --systz
# Note that we do not run --hctosys here, we assume the kernel
# includes a compiled in RTC module which is used to initialize the
# system time as part of kernel setup.
[Install]
WantedBy
=
sysinit.target
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment