
daemonize
List of commands for daemonize:
-
daemonize:tldr:2132d daemonize: Use the specified user account.$ sudo daemonize -u ${user} ${command} ${command_arguments}try on your machineexplain this command
-
daemonize:tldr:3b235 daemonize: Write the PID to the specified file.$ daemonize -p ${path-to-pidfile} ${command} ${command_arguments}try on your machineexplain this command
-
daemonize:tldr:4da5e daemonize: Use a lock file to ensure that only one instance runs at a time.$ daemonize -l ${path-to-lockfile} ${command} ${command_arguments}try on your machineexplain this command
-
daemonize:tldr:84256 daemonize: Run a command as a daemon.$ daemonize ${command} ${command_arguments}try on your machineexplain this command