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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c8dc1a7e0832ef9887fe6d81c924cb92d9cc43f84668998bebf44854853a595c
|
4
|
+
data.tar.gz: d83d2f6e60cf33e487f8460a36fcc0647ff1a58264461a23efe91ea4385cb5d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68fd6a54d0fbe3012d2cce248dd952f7e89fbcd742298377a4648c9d9885ead4682e252bbcb56762c7e1e832b7849e580f50dc38b2c5754d6fb8e4e3a2e28fce
|
7
|
+
data.tar.gz: 725cc23fae9290951c242c374e5a823a1daae6a52c32158cde66ce6a748a04ba7f50adc31a227edbb4fdb5db0efc37333fc8f60d7c7b4e76da2cbac613b077ff
|
data/lib/itamae/plugin/recipe/supervisor/templates/etc/systemd/system/supervisord.service.erb
CHANGED
@@ -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
|
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.
|
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-
|
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.
|
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
|