forked from freeipa/freeipa-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure /etc/tmpfiles.d is empty in the image.
Man tmpfiles.d(5) says: Packages should install their configuration files in /usr/lib/tmpfiles.d. Files in /etc/tmpfiles.d are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages.
- Loading branch information
Showing
14 changed files
with
73 additions
and
31 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
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
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
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
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
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
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
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
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
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
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
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
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,23 @@ | ||
# | ||
# Avoid any default dependencies for targets that will be used. | ||
# | ||
--- /usr/lib/systemd/system/sysinit.target 2016-02-01 14:04:05.000000000 +0000 | ||
+++ /usr/lib/systemd/system/sysinit.target 2018-10-19 20:05:31.937494953 +0000 | ||
@@ -9,5 +9,5 @@ | ||
Description=System Initialization | ||
Documentation=man:systemd.special(7) | ||
Conflicts=emergency.service emergency.target | ||
-Wants=local-fs.target swap.target | ||
+### Wants=local-fs.target swap.target | ||
After=local-fs.target swap.target emergency.service emergency.target | ||
--- /usr/lib/systemd/system/basic.target 2016-05-30 04:23:03.000000000 +0000 | ||
+++ /usr/lib/systemd/system/basic.target 2018-10-21 06:23:01.878251807 +0000 | ||
@@ -9,7 +9,7 @@ | ||
Description=Basic System | ||
Documentation=man:systemd.special(7) | ||
Requires=sysinit.target | ||
-Wants=sockets.target timers.target paths.target slices.target | ||
+### Wants=sockets.target timers.target paths.target slices.target | ||
After=sysinit.target sockets.target paths.target slices.target tmp.mount | ||
|
||
# We support /var, /tmp, /var/tmp, being on NFS, but we don't pull in |
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 |
---|---|---|
@@ -1,8 +0,0 @@ | ||
5291a0e6e90b53ce2079968b0979afc3b6e3ce8e8844698118401b46ac8ab968 /etc/systemd/system/dbus.service | ||
77b7dd3dcc6be1fb48d33023a3f0c42c63d3fcfb6a0a329fe5b326fa18fb907c /etc/systemd/system/dbus.service | ||
a1f7cdeb88f8cd3a4dad37edfbb7f50752ab868c24524eaddce9f14a7e302eac /etc/systemd/system/httpd.service | ||
97d424431247e329b7fe377119b81e45db10a8a57634cce7875adf3ec416e552 /etc/systemd/system/httpd.service | ||
a687bb2d747213c7f4c44547999b3fb40a66073935dc0a815564fbfcaa2e03fe /etc/systemd/system/sssd.service.d/journal.conf | ||
44b1b4ea1402a1168788efb95e3d55325bb7addcacd99dc4002f64ceb71da45b /etc/tmpfiles.d/jetty.conf | ||
9624f274d58ad7c622dafe2b90e321e31f33f9520fb4dfaf1b838997d132b435 /etc/tmpfiles.d/opendnssec.conf | ||
9c162d91f4072af24cb7504e0aa1573959df50a27249eab8e124ed19eb508fae /etc/tmpfiles.d/named.conf | ||