diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-20 21:34:28 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-20 21:34:28 +0000 |
commit | 4399eeaa587e5cb4c4f3b7a6a3a79390e32b7b78 (patch) | |
tree | ef74d644e56ab90ac4df1e22759ce51cf0a3e6cf /include | |
parent | 38cfb0603a79ca5545d8e9d2980cc6b3fef2d9e6 (diff) |
Add the --nopid option to disable writing a pidfile.
This is useful for init scripts that don't fork.
Diffstat (limited to 'include')
-rw-r--r-- | include/anope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/anope.h b/include/anope.h index e1505652a..942952857 100644 --- a/include/anope.h +++ b/include/anope.h @@ -375,7 +375,7 @@ namespace Anope /** Other command line options. */ - extern CoreExport bool ReadOnly, NoFork, NoThird, NoExpire, ProtocolDebug; + extern CoreExport bool ReadOnly, NoFork, NoThird, NoPID, NoExpire, ProtocolDebug; /** The root of the Anope installation. Usually ~/anope */ |