Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123298
phabricator-phd.service.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Subscribers
None
phabricator-phd.service.erb
View Options
# Phabricator Daemon unit file
# Managed by puppet class profile::phabricator
# Changes will be overwritten
[Unit]
Description=Phabricator Daemons
Requires=network.target mysql.service apache2.service
After=network.target mysql.service apache2.service
[Service]
User=
<%=
@phabricator_user
%>
Group=
<%=
@phabricator_user
%>
Type=oneshot
Environment="PATH=/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin"
ExecStart=
<%=
@phabricator_basepath
-%>
/phabricator/bin/phd start
ExecStop=
<%=
@phabricator_basepath
-%>
/phabricator/bin/phd stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:17 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240972
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment