Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12946081
phd-wrapper
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
232 B
Referenced Files
None
Subscribers
None
phd-wrapper
View Options
#!/bin/sh
PHD
=
/opt/phabricator/bin/phd
#
# Signals handling
#
on_stop
()
{
$PHD
stop
exit
1
}
trap
on_stop INT
trap
on_stop TERM
#
# Starts Phabricator daemon, then waits for signals.
#
$PHD
start
while
:
do
sleep
0
.2
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Nov 18, 18:06 (10 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3174013
Default Alt Text
phd-wrapper (232 B)
Attached To
Mode
rDPHAB Docker image for Phabricator
Attached
Detach File
Event Timeline
Log In to Comment