2019-08-22 11:48:03 +00:00
|
|
|
[Unit]
|
|
|
|
Description=webserver
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2019-09-03 10:32:41 +00:00
|
|
|
Environment=LD_LIBRARY_PATH=/usr/Product_usr
|
|
|
|
ExecStart=/usr/Product_usr/files/lighttpd/sbin/lighttpd -m /usr/Product_usr/files/lighttpd/lib/ -f /usr/Product_usr/files/lighttpd/config/webserver.conf
|
2019-08-22 11:48:03 +00:00
|
|
|
#ExecStart=/bin/bash -c 'netstat -lpnt | grep 8080'
|
|
|
|
#Restart=always
|
|
|
|
#RestartSec=10s
|
|
|
|
#RemainAfterExit=no
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|