hiiro 0.1.180 → 0.1.181

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f20a871c83c5a99f070239f734a5b03bff64f88229f16292cee6b80618a7b6c1
4
- data.tar.gz: 713f2256fb0378a9de8b1888c0e2a1a2e945a7fef7746fc8b5b3b9061ac11ff6
3
+ metadata.gz: e50574888d1a8edb4d08d7e3094c6503213651faa12dc0b7082bf9fe56ff8db2
4
+ data.tar.gz: 57b78ea60f5b5d8f0fd6ff4664eb1b5b1bd747a565e4a98e72ad52b752143528
5
5
  SHA512:
6
- metadata.gz: 8768803a7e31dda94c85e6ed0cc60c88ff1cee45a635bf7cc7530b4c52f804077f37006ed4cf5d228ce70c8069039a1a8f947232124b180131445f59dc513b22
7
- data.tar.gz: 00d19f60ce67545fa54d5cb7cc1ac9eab52216b358c4e68f3d1b66fbcfb1fd879bcd29370509d6571d4b90b135708c154933b8057f6c024163d0fd001d595d54
6
+ metadata.gz: 6c86412bc4e004ad1ed3a234d926b050389a7c5cca499b34a046e919feb8ec02ef12efd4b7ba67012b520411d36eecf8ea4741420e56e0679f994774cb374f32
7
+ data.tar.gz: bfb4609d6c412dc86fb83da6c7307d4eafa85acbd021d754f8ca8ce4ee9900c12c6f2c8dab46d6220c7d1b25a485057ef0aa52841888d34323d054450d7f186e
@@ -849,12 +849,13 @@ class Hiiro
849
849
  env_path = write_env_prep_script(svc_name, variation_overrides)
850
850
  end
851
851
 
852
- # Write launcher that orchestrates: init -> env -> start
852
+ # Write launcher that orchestrates: init -> env -> start -> reset
853
853
  launcher_path = File.join(dir, "#{svc_name}.sh")
854
854
  steps = []
855
855
  steps << init_path unless init_cmds.empty?
856
856
  steps << env_path if env_path
857
- steps << "exec #{start_path}"
857
+ steps << start_path
858
+ steps << "h service reset #{svc_name}"
858
859
 
859
860
  write_shell_script(launcher_path, steps)
860
861
  end
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.180"
2
+ VERSION = "0.1.181"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.180
4
+ version: 0.1.181
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota