Warning, /panda-server/templates/systemd/panda.service.template is written in an unsupported language. File is not indexed.
0001 [Unit]
0002 Description=PanDA server httpd and daemon services
0003 After=network.target remote-fs.target nss-lookup.target
0004
0005 [Service]
0006 User=atlpan
0007 Nice=0
0008 Type=oneshot
0009
0010 # Pre check of DB schema version. Output can be seen running 'systemctl status panda.service'
0011 ExecStartPre=/bin/sh -c '@@virtual_env_setup@@ && python -u @@install_purelib@@/pandaserver/test/SchemaChecker.py'
0012
0013 # Execute a dummy program
0014 ExecStart=/bin/true
0015 RemainAfterExit=yes
0016
0017 [Install]
0018 WantedBy=multi-user.target