projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6460218
)
Revert "systemd: fix property limit_cpu type"
author
Grant Slater
<git@firefishy.com>
Fri, 21 Dec 2018 13:07:22 +0000
(13:07 +0000)
committer
Grant Slater
<git@firefishy.com>
Fri, 21 Dec 2018 13:07:22 +0000
(13:07 +0000)
This reverts commit
64602183a4d489484086f51b5cb4ad6f3dd59387
.
cookbooks/systemd/resources/service.rb
patch
|
blob
|
history
diff --git
a/cookbooks/systemd/resources/service.rb
b/cookbooks/systemd/resources/service.rb
index
66bf793
..
c2d125b
100644
(file)
--- a/
cookbooks/systemd/resources/service.rb
+++ b/
cookbooks/systemd/resources/service.rb
@@
-28,7
+28,7
@@
property :type, String,
:is => %w[simple forking oneshot dbus notify idle]
property :limit_nofile, Integer
property :limit_as, [Integer, String]
-property :limit_cpu,
Integer
+property :limit_cpu,
[Integer, String]
property :memory_low, [Integer, String]
property :memory_high, [Integer, String]
property :memory_max, [Integer, String]