mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
13 lines
292 B
Desktop File
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 |