Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F319346
file
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
hach-que
Feb 25 2015, 10:27 PM
2015-02-25 22:27:11 (UTC+0)
Size
311 B
Referenced Files
None
Subscribers
None
file
View Options
<?php
/**
* Daemon which spawns SSH to the local machine, used for ensuring.
*/
final
class
PhutilProcessSSHDaemon
extends
PhutilTortureTestDaemon
{
protected
function
run
()
{
$root
=
phutil_get_library_root
(
'phutil'
);
$root
=
dirname
(
$root
);
execx
(
'ssh localhost -p 24 "sleep 120"'
);
}
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/xr/ps/htfad6gdutftjo2c
Default Alt Text
file (311 B)
Attached To
Mode
P1728 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment