mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
17 lines
374 B
Desktop File
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
|