diff options
| author | Sadie Powell <sadie@witchery.services> | 2024-03-19 15:39:41 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2024-03-19 15:51:55 +0000 |
| commit | bfed2e1bf5cfb250e17e91566546b38b4b9a34d8 (patch) | |
| tree | ecf5ba2049ae1752cff533e060d2dce50983c04e /data/anope.example.conf | |
| parent | e488f294a116224d8c7f89c6c4ebad2356ba7814 (diff) | |
Use paths relative to data/conf in the config file.
This was done in some places already but not consistently.
Closes #349.
Diffstat (limited to 'data/anope.example.conf')
| -rw-r--r-- | data/anope.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 7e2536663..acabf8c14 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -238,15 +238,15 @@ serverinfo /* * The filename containing the Anope process ID. The path is relative to the - * services root directory. + * data directory. */ - pid = "data/anope.pid" + pid = "anope.pid" /* * The filename containing the Message of the Day. The path is relative to the - * services root directory. + * config directory. */ - motd = "conf/motd.txt" + motd = "motd.txt" } /* |
