diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-11 16:28:52 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:27 +0100 |
commit | f430522b410e43b60eac78c66fecb37400fbac18 (patch) | |
tree | 8283030bff71ce627b15555a7e06e3988e47b89d /data/stats.standalone.example.conf | |
parent | 907aa603801b1d06d34b23ba9e473f4b74db28fe (diff) |
Rename things from services to anope.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r-- | data/stats.standalone.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 2520f0cfc..93d85811c 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -1,8 +1,8 @@ /* * Example configuration file for Services. After making the appropriate * changes to this file, place it in the Services conf directory (as - * specified in the "configure" script, default /home/username/services/conf) - * under the name "services.conf". + * specified in the "configure" script, default /home/username/anope/conf) + * under the name "anope.conf". * * The format of this file is fairly simple: three types of comments are supported: * - All text after a '#' on a line is ignored, as in shell scripting @@ -235,13 +235,13 @@ serverinfo * The filename containing the Services process ID. The path is relative to the * services root directory. */ - pid = "data/stats.pid" + pid = "data/anope.pid" /* * The filename containing the Message of the Day. The path is relative to the * services root directory. */ - motd = "conf/stats.motd" + motd = "conf/motd.txt" } /* |