/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
346.1.39 by Vasilii Chernov
Add python servers instalation step. Add systemd config files generation for python servers.
1
[Unit]
2
Description=Pcilib Python html server
3
Wants=network.target nss-lookup.target
4
After=network.target nss-lookup.target
5
Requires=pcilib_api.service
6
After=pcilib_api.service
7
8
[Service]
9
Type=simple
10
EnvironmentFile=/etc/sysconfig/pcilib
372 by Suren A. Chilingaryan
Integrate last part of Python code from Vasiliy Chernov
11
ExecStart=${PYTHON_EXECUTABLE} ${PCILIB_SERVER_DIR}/pcilib_html_server.py -d $SERVER_DEVICE -m $SERVER_MODEL -p $HTML_SERVER_PORT -e --api-server-port $API_SERVER_PORT
346.1.39 by Vasilii Chernov
Add python servers instalation step. Add systemd config files generation for python servers.
12
13
[Install]
14
WantedBy=multi-user.target