diff options
author | Franck Bui <fbui@suse.com> | 2023-09-20 11:29:44 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2023-09-21 18:54:39 +0200 |
commit | c60801738cec950dbc755cfd78ffb3ac93e30a79 (patch) | |
tree | d5c8604c343a4d8263e7b00bba976996bd6fbcce /src/sleep | |
parent | Merge pull request #28919 from fbuihuu/custom-config-file-install-path (diff) | |
download | systemd-c60801738cec950dbc755cfd78ffb3ac93e30a79.tar.xz systemd-c60801738cec950dbc755cfd78ffb3ac93e30a79.zip |
config files: update their header to reflect that they can be installed in /usr
Follow-up for c76f2fb0e59340222ce21f85c17d384c114db9de.
Diffstat (limited to 'src/sleep')
-rw-r--r-- | src/sleep/sleep.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/sleep/sleep.conf b/src/sleep/sleep.conf index 9fa44a4763..8428821b52 100644 --- a/src/sleep/sleep.conf +++ b/src/sleep/sleep.conf @@ -6,9 +6,11 @@ # any later version. # # Entries in this file show the compile time defaults. Local configuration -# should be created by either modifying this file, or by creating "drop-ins" in -# the sleep.conf.d/ subdirectory. The latter is generally recommended. -# Defaults can be restored by simply deleting this file and all drop-ins. +# should be created by either modifying this file (or a copy of it placed in +# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in +# the /etc/systemd/sleep.conf.d/ directory. The latter is generally +# recommended. Defaults can be restored by simply deleting the main +# configuration file and all drop-ins located in /etc/. # # Use 'systemd-analyze cat-config systemd/sleep.conf' to display the full config. # |