Files
SecGen/lib/batch/batch_secgen.service
thomashaw 1a611e230b SecGen batch processing script (requires postgresql).
secgen.rb: added --shutdown flag for shutting down vm's after provisioning
2017-09-15 15:54:50 +01:00

13 lines
292 B
Desktop File

[Unit]
Description=Batch Processing Service (SecGen Project)
After=postgresql.service
[Service]
ExecStart=/usr/bin/ruby /opt/secgen/lib/batch/batch_secgen.rb
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
WorkingDirectory=/opt/secgen
Restart=always
[Install]
WantedBy=multi-user.target