re-added environment to batch-secgen.service

This commit is contained in:
secgen server
2017-10-05 14:54:25 +01:00
parent 46e4d26915
commit 7283d1979a

View File

@@ -3,6 +3,7 @@ Description=Batch Processing Service (SecGen Project)
After=postgresql.service
[Service]
EnvironmentFile=/etc/environment
ExecStart=/usr/bin/ruby /home/secgen/SecGen/lib/batch/batch_secgen.rb start
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process