-property :type, String,
- :default => "simple",
- :is => %w(simple forking oneshot dbus notify idle)
-property :limit_nofile, Fixnum
+property :type, String, :is => %w[simple forking oneshot dbus notify idle]
+property :limit_nofile, Integer
+property :limit_as, [Integer, String]
+property :limit_cpu, [Integer, String]
+property :memory_low, [Integer, String]
+property :memory_high, [Integer, String]
+property :memory_max, [Integer, String]