bundle version 1

This commit is contained in:
Z. Cliffe Schreuders
2019-02-20 09:28:34 +00:00
parent 0c3d070eb1
commit e33306ffa0
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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