mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 12:22:26 +01:00
Scalable IRC daemon with many useful features http://www.github.com/shadowircd/shadowircd
4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/sh
|
|
adduser -h /var/run/shadowircd -s /bin/false -S -D ircd 2>/dev/null
|
|
exit 0
|