Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
systemd
Commits
e670bb3d
Commit
e670bb3d
authored
Feb 02, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemd-timesyncd should not start before system is online
parent
fb6d823e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Makefile
Makefile
+1
-0
systemd-245-fix_timesyncd.patch
systemd-245-fix_timesyncd.patch
+12
-0
No files found.
Makefile
View file @
e670bb3d
...
@@ -3,6 +3,7 @@ all: systemd-user-sessions network-config
...
@@ -3,6 +3,7 @@ all: systemd-user-sessions network-config
tar
xf systemd-245.tar.gz
tar
xf systemd-245.tar.gz
patch
-Np1
-d
systemd-245 < systemd-245-return_the_correct_wd_from_inotify_helpers.patch
patch
-Np1
-d
systemd-245 < systemd-245-return_the_correct_wd_from_inotify_helpers.patch
patch
-Np1
-d
systemd-245 < systemd-245-gcc_10-fixes-2.patch
patch
-Np1
-d
systemd-245 < systemd-245-gcc_10-fixes-2.patch
patch
-Np1
-d
systemd-245 < systemd-245-fix_timesyncd.patch
ln
-s
/tools/bin/true /usr/bin/xsltproc
ln
-s
/tools/bin/true /usr/bin/xsltproc
cd
systemd-245
&&
tar
xf ../systemd-man-pages-245.tar.xz
cd
systemd-245
&&
tar
xf ../systemd-man-pages-245.tar.xz
cd
systemd-245
&&
sed
-i
's/GROUP="render", //'
rules.d/50-udev-default.rules.in
cd
systemd-245
&&
sed
-i
's/GROUP="render", //'
rules.d/50-udev-default.rules.in
...
...
systemd-245-fix_timesyncd.patch
0 → 100644
View file @
e670bb3d
diff -uNr systemd-245/units/systemd-timesyncd.service.in systemd-245-fix_timesyncd/units/systemd-timesyncd.service.in
--- systemd-245/units/systemd-timesyncd.service.in 2020-03-06 23:08:52.000000000 +1030
+++ systemd-245-fix_timesyncd/units/systemd-timesyncd.service.in 2022-02-02 19:18:56.587448597 +1030
@@ -13,7 +13,7 @@
ConditionCapability=CAP_SYS_TIME
ConditionVirtualization=!container
DefaultDependencies=no
-After=systemd-remount-fs.service systemd-sysusers.service
+After=systemd-remount-fs.service systemd-sysusers.service systemd-networkd-wait-online.service
Before=time-set.target sysinit.target shutdown.target
Conflicts=shutdown.target
Wants=time-set.target time-sync.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