News About Features Documentation FAQ ChangeLog Mailinglist Download GIT Screenshots RRDtool MRTG WebQ Logwatch Reporter Latest stable: 2.0.2-1 Latest devel: 2.0.3-0.beta5 |
chroot_execvp() Execute an external command (or start an daemon). This service can be used to start external daemons used by sagator. Usage: chroot_execvp('daemon_name',args=[],pid_file='') Where: daemon_name is a string, which defines command name args are strings, which defines command line arguments pid_file is an string to filename with PID of started daemon pgrp_file is an string to a process group filename Example: chroot_execvp('/usr/sbin/clamd','-c','/etc/clamav.conf') New in version 0.7.0. |