Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
net
/
ngircd
/
files
/
ngircd.init
blob: 6a2135863c63f3f7de961668464a1bd2e91a58bf [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
#!/bin/sh /etc/rc.common
2
3
START
=
65
4
5
start
()
{
6
service_start
/
usr
/
sbin
/
ngircd
7
}
8
9
stop
()
{
10
service_stop
/
usr
/
sbin
/
ngircd
11
}