10 lines
225 B
SYSTEMD
10 lines
225 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Civetweb httpd
|
||
|
|
After=syslog.target network.target remote-fs.target nss-lookup.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/local/bin/civetweb /usr/local/etc/civetweb/civetweb.conf
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|