From e33306ffa04750d1e85f85378c144a5e6f723dfe Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Wed, 20 Feb 2019 09:28:34 +0000 Subject: [PATCH] bundle version 1 --- Gemfile.lock | 8 ++++---- lib/batch/batch-secgen.service | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8b46ab9cb..3d4f46e57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM duplicate (1.1.1) facter (2.5.1) CFPropertyList (~> 2.2) - faker (1.9.1) + faker (1.9.3) i18n (>= 0.7) faraday (0.13.1) multipart-post (>= 1.2, < 3) @@ -117,7 +117,7 @@ GEM rake (12.3.2) rdoc (6.1.1) redcarpet (3.4.0) - rmagick (2.16.0) + rmagick (3.0.0) rqrcode (0.10.1) chunky_png (~> 1.0) rsa (0.1.4) @@ -130,7 +130,7 @@ GEM smbhash (1.0.2) spidr (0.6.0) nokogiri (~> 1.3) - sshkey (1.9.0) + sshkey (2.0.0) text (1.3.1) thor (0.19.4) thread_safe (0.3.6) @@ -188,4 +188,4 @@ DEPENDENCIES zipruby BUNDLED WITH - 2.0.0.pre.2 + 1.11.2 diff --git a/lib/batch/batch-secgen.service b/lib/batch/batch-secgen.service index 06a5408b2..827b27f38 100644 --- a/lib/batch/batch-secgen.service +++ b/lib/batch/batch-secgen.service @@ -4,13 +4,13 @@ After=postgresql.service [Service] EnvironmentFile=/etc/environment -ExecStart=/usr/bin/ruby /home/secgen/SecGen/lib/batch/batch_secgen.rb start +ExecStart=/usr/bin/ruby /home/deploy/SecGen/lib/batch/batch_secgen.rb start ExecReload=/bin/kill -HUP $MAINPID KillMode=process -WorkingDirectory=/home/secgen/SecGen/ +WorkingDirectory=/home/deploy/SecGen/ Restart=always -User=secgen -Group=secgen +User=deploy +Group=deploy [Install] WantedBy=multi-user.target