-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
systemd-sysusers: change execution order
systemd-sysusers might run while the /etc tmpfs filesystem is still being set up, which results on failures on the service when it tries to read SELinux configuration files. With this change, systemd-sysusers is forced to run after the required SELinux configuration files are in place. Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
- Loading branch information
1 parent
7452c37
commit 18549cb
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[Unit] | ||
After=selinux-policy-files.service | ||
|
||
[Install] | ||
WantedBy=local-fs.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters