16 lines
362 B
SYSTEMD
16 lines
362 B
SYSTEMD
|
[Unit]
|
||
|
Description=webserver
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
Environment=LD_LIBRARY_PATH=/usr/Platform_usr
|
||
|
ExecStart=/usr/Product_usr/lighttpd/sbin/lighttpd -f /lighttpd/config/webserver.conf
|
||
|
#ExecStart=/bin/bash -c 'netstat -lpnt | grep 8080'
|
||
|
#Restart=always
|
||
|
#RestartSec=10s
|
||
|
#RemainAfterExit=no
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|