Warning, /panda-server/templates/systemd/panda_httpd.service.template is written in an unsupported language. File is not indexed.
0001 [Unit]
0002 Description=PanDA server httpd service
0003 After=network.target remote-fs.target nss-lookup.target
0004 PartOf=panda.service
0005 After=panda.service
0006
0007 [Service]
0008 User=atlpan
0009 Type=notify
0010 Nice=0
0011 EnvironmentFile=/etc/sysconfig/panda_server_env
0012 ExecStart=/bin/sh -c '@@virtual_env_setup@@ && /usr/sbin/httpd $OPTIONS -k start -D FOREGROUND'
0013 KillMode=mixed
0014
0015 [Install]
0016 WantedBy=multi-user.target
0017 WantedBy=panda.service