]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Use a systemd timer to cleanup stale export files
[chef.git] / cookbooks / systemd / resources / service.rb
index 662528c2b81f47e417a08c2fafb83302c92f44aa..1194d4fd6435f1e183cb51274c368dc3fc26ca10 100644 (file)
@@ -29,6 +29,7 @@ property :condition_path_exists_glob, [String, Array]
 property :after, [String, Array]
 property :conflicts, [String, Array]
 property :wants, [String, Array]
+property :joins_namespace_of, [String, Array]
 property :type, String, :is => %w[simple forking oneshot dbus notify idle]
 property :limit_nofile, Integer
 property :limit_as, [Integer, String]