Back to home page

EIC code displayed by LXR

 
 

    


Warning, /panda-server/templates/systemd/panda_jedi.service.template is written in an unsupported language. File is not indexed.

0001 [Unit]
0002 Description=Panda JEDI
0003 After=network.target remote-fs.target nss-lookup.target
0004 
0005 [Service]
0006 Type=forking
0007 RemainAfterExit=true
0008 User=atlpan
0009 Nice=0
0010 EnvironmentFile=/etc/sysconfig/panda_server_env
0011 EnvironmentFile=/etc/sysconfig/panda_jedi_env
0012 # Pre check of DB schema version. Output can be seen running 'systemctl status panda.service'
0013 ExecStartPre=/bin/sh -c '@@virtual_env_setup@@ && python -u @@install_purelib@@/pandajedi/jeditest/SchemaChecker.py'
0014 
0015 ExecStart=/bin/sh -c '@@virtual_env_setup@@ && python -u @@install_purelib@@/pandajedi/jediorder/JediMaster.py >> /var/log/panda/panda_jedi_stdout.log 2>> /var/log/panda/panda_jedi_stderr.log'
0016 Restart=on-failure
0017 
0018 [Install]
0019 WantedBy=multi-user.target