Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorTaskmasterDaemon

final class PhabricatorTaskmasterDaemon
Phabricator Technical Documentation (Daemons)

This class is not documented.

Methods

protected function willRun()
Inherited

This method is not documented.
Return
wild

protected function willSleep($duration)
Inherited

This method is not documented.
Parameters
$duration
Return
wild

public function getViewer()
Inherited

This method is not documented.
Return
wild

public static function sudoCommandAsDaemonUser($command)
Inherited

PhabricatorDaemon

Format a command so it executes as the daemon user, if a daemon user is defined. This wraps the provided command in sudo -u ..., roughly.

Parameters
PhutilCommandString$commandCommand to execute.
Return
PhutilCommandString`sudo` version of the command.

protected function run()

This method is not documented.
Return
wild