]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/templates/default/service.erb
Use a systemd timer to cleanup stale export files
[chef.git] / cookbooks / systemd / templates / default / service.erb
index 1f11ffbf6bdaf1eb2be219f336bba30c81c8c4e8..858dbb3278fe9a2dc7384d540d3dc37c1ef69139 100644 (file)
@@ -19,6 +19,9 @@ Conflicts=<%= Array(@conflicts).join(" ") %>
 <% if @wants -%>
 Wants=<%= Array(@wants).join(" ") %>
 <% end -%>
+<% if @joins_namespace_of -%>
+JoinsNamespaceOf=<%= Array(@joins_namespace_of).join(" ") %>
+<% end -%>
 
 [Service]
 <% if @type -%>