diff options
author | Brian Cameron <brian.cameron@sun.com> | 2005-08-15 18:01:38 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-08-15 18:01:38 +0000 |
commit | 33a99d32272bf7a7d862b9addf8b2e978744c67d (patch) | |
tree | bfd0c03cbe3b4c69a5e8a424e396cd5903c91116 /config | |
parent | 70681dc5aacd04e09b67b97c9128ced3ffad0834 (diff) | |
download | gdm-33a99d32272bf7a7d862b9addf8b2e978744c67d.tar.gz |
Added docs to better explain how AlwaysRestartServer works.
2005-08-15 Brian Cameron <brian.cameron@sun.com>
* gui/gdm.conf.in: Added docs to better explain how
AlwaysRestartServer works.
Diffstat (limited to 'config')
-rw-r--r-- | config/gdm.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in index 8396bf9b..bd7ac57d 100644 --- a/config/gdm.conf.in +++ b/config/gdm.conf.in @@ -69,7 +69,8 @@ TimedLoginDelay=30 #RootPath=/sbin:/usr/sbin:@GDM_USER_PATH@ # If you are having trouble with using a single server for a long time and -# want gdm to kill/restart the server, turn this on +# want gdm to kill/restart the server, turn this on. On Solaris, this +# value is always true and this configuration setting is ignored. #AlwaysRestartServer=false # User and group used for running gdm GUI applicaitons. By default this |