SYD-PDS(1) General Commands Manual SYD-PDS(1) NAME syd-pds - Run a command with parent death signal set SYNOPSIS syd-pds [-h] [-s signal] {command [args...]} DESCRIPTION The syd-pds(1) utility runs a command with the parent death signal set. When the parent process dies, the specified signal will be delivered to the command. The signal defaults to SIGKILL. OPTIONS -h Display help. -s signal Set parent death signal to the specified signal. Defaults to SIGKILL. EXIT STATUS syd-pds exits with the same code as the child process. SEE ALSO syd(1), syd(2), syd(5), syd-lock(1), syd-mdwe(1), syd-ofd(1), syd-ring(1), syd-sec(1), PR_SET_PDEATHSIG(2) syd homepage: https://sydbox.exherbo.org/ AUTHORS Maintained by Ali Polatel. Up-to-date sources can be found at https://gitlab.exherbo.org/sydbox/sydbox.git and on Radicle at rad:z38HCnbmcDegA2BMxuPaPRPMdp6wF. Bugs/patches can be submitted to https://gitlab.exherbo.org/groups/sydbox/-/issues. Discuss in #sydbox on Libera Chat or in #sydbox:mailstation.de on Matrix. 2026-09-01 SYD-PDS(1)