Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338573
daemon.systemd.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
407 B
Subscribers
None
daemon.systemd.erb
View Options
[Unit]
Description=Prometheus
<%=
@name
%>
Wants=basic.target
After=basic.target network.target
[Service]
User=
<%=
@user
%>
Group=
<%=
@group
%>
<%-
require
'shellwords'
-%>
ExecStart=
<%=
@bin_dir
%>
/
<%=
@name
%><%
for
option
in
Shellwords
.
split
(
@options
)
%>
\
<%=
option
-%>
<%
end
%>
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
RestartSec=42s
[Install]
WantedBy=multi-user.target
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 8:56 AM (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3287503
Attached To
R141 puppet-puppet-prometheus
Event Timeline
Log In to Comment