mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
7 lines
175 B
Text
7 lines
175 B
Text
#!/sbin/openrc-run
|
|
|
|
name="IRC Client Daemon"
|
|
command="/usr/bin/irccd"
|
|
command_args="$IRCCD_OPTS"
|
|
pidfile="/var/run/irccd.pid"
|
|
start_stop_daemon_args="-b -m -u irccd -g irccd"
|