]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add a new runtime directory and move the pid file to it.
authorSadie Powell <sadie@witchery.services>
Mon, 18 Jan 2021 06:56:18 +0000 (06:56 +0000)
committerSadie Powell <sadie@witchery.services>
Mon, 18 Jan 2021 07:05:27 +0000 (07:05 +0000)
commita59ed4b39443eb788c15c65501898ca374387e2e
treea20c0bee867288e956d171ed733b3c7747c2a316
parent8b2f3980cc8e5bfb0153981b5ca6b08ca39392c2
Add a new runtime directory and move the pid file to it.

The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
configure
docs/conf/inspircd.conf.example
include/configreader.h
make/configure.pm
make/template/apparmor
make/template/config.h
make/template/inspircd
src/configreader.cpp
src/inspircd.cpp