itamae-plugin-recipe-supervisor 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 538af84d90ac7ce449f67569812400a89d7e4dd9
4
- data.tar.gz: 76c2b68fcc244fdee92090c060843f6ec3202519
2
+ SHA256:
3
+ metadata.gz: c8dc1a7e0832ef9887fe6d81c924cb92d9cc43f84668998bebf44854853a595c
4
+ data.tar.gz: d83d2f6e60cf33e487f8460a36fcc0647ff1a58264461a23efe91ea4385cb5d3
5
5
  SHA512:
6
- metadata.gz: ec3db884b5fa7357952bae02f86dadc271bdce409b223fe5989f8053f5aa366a2c3ea8ae2a2600e48fdee2c9b30d3aae44c4ca14e1bc6423cd1756c41350fbe9
7
- data.tar.gz: 67318966d76c67eb20f6d72a43eecf6344b343ee1df2f843a8bacf05df4f3d7a2c249fbcf50563f54a6f72a2c2f12b0c71ac6125a8f7db11690f506dafbae5a8
6
+ metadata.gz: 68fd6a54d0fbe3012d2cce248dd952f7e89fbcd742298377a4648c9d9885ead4682e252bbcb56762c7e1e832b7849e580f50dc38b2c5754d6fb8e4e3a2e28fce
7
+ data.tar.gz: 725cc23fae9290951c242c374e5a823a1daae6a52c32158cde66ce6a748a04ba7f50adc31a227edbb4fdb5db0efc37333fc8f60d7c7b4e76da2cbac613b077ff
@@ -4,9 +4,9 @@ Documentation=http://supervisord.org
4
4
  After=network.target
5
5
 
6
6
  [Service]
7
- ExecStart=/usr/bin/supervisord -n -c /etc/supervisord.conf
8
- ExecStop=/usr/bin/supervisorctl $OPTIONS shutdown
9
- ExecReload=/usr/bin/supervisorctl $OPTIONS reload
7
+ ExecStart=/usr/local/bin/supervisord -n -c /etc/supervisord.conf
8
+ ExecStop=/usr/local/bin/supervisorctl $OPTIONS shutdown
9
+ ExecReload=/usr/local/bin/supervisorctl $OPTIONS reload
10
10
  KillMode=process
11
11
  Restart=on-failure
12
12
  RestartSec=50s
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Supervisor
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-supervisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-27 00:00:00.000000000 Z
11
+ date: 2019-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.5.2.3
120
+ rubygems_version: 2.7.8
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: itamae recipe for supervisor process state controlling framework