mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 23:47:19 +08:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
|
service pop2
|
||
|
{
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
server = /usr/sbin/ipop2d
|
||
|
log_on_success += HOST DURATION
|
||
|
log_on_failure += HOST
|
||
|
disable = yes
|
||
|
}
|