Files
SecGen/lib/batch/batch-secgen.service
Z. Cliffe Schreuders e33306ffa0 bundle version 1
2019-02-20 09:28:34 +00:00

17 lines
374 B
Desktop File

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