mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 06:37:13 +08:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
|
service sane-port
|
||
|
{
|
||
|
port = 6566
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
group = scanner
|
||
|
server = /usr/sbin/saned
|
||
|
# disabled by default!
|
||
|
disable = yes
|
||
|
}
|