diff options
Diffstat (limited to 'data/example.chk')
-rw-r--r-- | data/example.chk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/example.chk b/data/example.chk index 119b1ca99..e71928f1c 100644 --- a/data/example.chk +++ b/data/example.chk @@ -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="" |