Files
quectel-rgmii-toolkit/systemd/simpleadmin_httpd.service
iamromulan 5aaa75d1b6 Initial Combination
Start the combination process between:

d3505230f6

and the at-telnet portion of

39c20b83b1
2023-09-19 23:13:43 -04:00

11 lines
228 B
Desktop File

[Unit]
Description=SimpleAdmin httpd service
After=network.target
[Service]
Type=simple
ExecStart=/usr/sbin/httpd -f -h /usrdata/simpleadmin/www -p 8080
ExecStop=/bin/kill -WINCH ${MAINPID}
[Install]
WantedBy=multi-user.target