man.bsd.lv manual page server

Manual Page Search Parameters

SYSVIPCD(8) System Manager's Manual SYSVIPCD(8)

sysvipcdSysV IPC daemon

sysvipcd [-df] [-p pidfile]

The sysvipcd daemon handles the resource management for the userspace implementation of the XSI Interprocess Communication functions. It is responsible for mapping shared memory, semaphores and message queues into the clients' address spaces and it has to be running for the userspace implementation to work.

Clients connect to it through a UNIX socket. The daemon also monitors the fork(2) system call and any children of a process using the userspace implementation automatically connect to the daemon too.

The following options are available:

run in debugging mode (prints debug messages and implies -f)
do not go to the background
pidfile
when specified, write the process ID to pidfile instead of the default /var/run/sysvipcd.pid.

If the USR_SYSVIPC variable is set in a process' environment, the process and its children will use the userspace implementation of the XSI Interprocess Communication functions.

/var/run/sysvipc/sysvipc_socket
name of the UNIX domain stream socket for client communication

msgctl(2), msgget(2), msgrcv(2), msgsnd(2), semctl(2), semget(2), semop(2), shmat(2), shmctl(2), shmget(2)

The sysvipcd daemon was added in DragonFly 3.7

Larisa Grigore

January 4, 2014 DragonFly-5.6.1