diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/example.conf b/data/example.conf index 7521256e8..93fe95af9 100644 --- a/data/example.conf +++ b/data/example.conf @@ -205,15 +205,15 @@ serverinfo /* * The filename containing the Services process ID. The path is relative to the - * services executable. If not given, defaults to "services.pid". + * services root directory. If not given, defaults to "services.pid". */ - pid = "services.pid" + pid = "data/services.pid" /* * The filename containing the Message of the Day. The path is relative to the - * services executable. If not given, defaults to "services.motd". + * services root directory. If not given, defaults to "services.motd". */ - motd = "services.motd" + motd = "data/services.motd" } /* |