1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 21:43:13 +02:00

Rename things from services to anope.

This commit is contained in:
Sadie Powell
2020-09-11 16:28:52 +01:00
parent 907aa60380
commit f430522b41
27 changed files with 132 additions and 138 deletions
+4 -4
View File
@@ -9,16 +9,16 @@
###############################################################
# Anope binary directory
ANOPATH=/home/ircd/services/bin
ANOPATH=/home/ircd/anope/bin
# Anope data directory
ANODATA=/home/ircd/services/data
ANODATA=/home/ircd/anope/data
# Name of the pid file
ANOPIDF=services.pid
ANOPIDF=anope.pid
# Name of the executable
ANOPROG=services
ANOPROG=anope
# Parameters to pass to the executable
ANOARGS=""