diff options
Diffstat (limited to 'src/tools/anoperc.in')
-rw-r--r-- | src/tools/anoperc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 0d3b2d07d..a65ce5e68 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Configuration script for Services +# Configuration script for Anope # # (C) 2003-2024 Anope Team # Contact us at team@anope.org @@ -14,8 +14,8 @@ -ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/bin/services" +ANOPEPID="@INSTDIR@/data/anope.pid" +ANOPROG="@INSTDIR@/bin/anope" LOG="@INSTDIR@/logs/" ARCVERSION="2" |