# # A persistent process supervisor and service managment framework. # # The perp package provides a set of daemons and utilities to reliably # start, monitor, log, and control a collection of persistent processes. # # A "persistent process" is any program intended to be long-running, # highly available, and purpose critical. Also known and often described # as a service, a persistent process normally provides some essential, # on-demand system service. Programs that serve email, domain name # queries, and http requests are all examples of services that are # normally run as persistent processes. # # These are the programs that you want to start at system boot, and to # continue running for as long as the system itself. These are the # programs you need running in uninterrupted service, day and night, # forever and ever. # # perp helps make sure that they do. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=perp pkgversion=2.07 arch=amd64 release=8 pkgcategory="boot" full_pkgname=perp_2.07_amd64-8@boot blurb="A persistent process supervisor and service managment framework." homepage="https://b0llix.net/perp" license="Custom" fetch=" https://dragora.mirror.garr.it/current/sources/perp-2.07.tar.gz https://b0llix.net/perp/distfiles/perp-2.07.tar.gz " replace=""