mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
bundle version 1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user