1.2 KiB
xS(1)
Name
xS - IRC daemon
Synopsis
xS [OPTION]…
Description
xS is a basic IRC daemon for single-server networks, suitable for testing and private use. When run without a configuration file, it will start listening on the standard port 6667 and the "any" address.
Options
- -debug
-
Do not daemonize, print more information on the standard error stream to help debug various issues.
- -systemd
-
Log using the format specified in sd-daemon(3).
- -h, -help
-
Display a help message and exit.
- -version
-
Output version information and exit.
- -writedefaultcfg
-
Write a configuration file with defaults, show its path and exit.
The file will be appropriately commented.
Files
xS follows the XDG Base Directory Specification.
- ~/.config/xS/xS.conf
- /etc/xdg/xS/xS.conf
-
The daemon’s configuration file. Use the -writedefaultcfg option to create a new one for editing.
Reporting bugs
Use https://git.janouch.name/p/xK to report bugs, request features, or submit pull requests.
See also
sd-daemon(3)