mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:07:14 +08:00
89f5fdf6ea
- added some makedeps - fixed some pkgs - broken pkgs: 7
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
|
|
}
|