civetweb.service 225 B

123456789
  1. [Unit]
  2. Description=Civetweb httpd
  3. After=syslog.target network.target remote-fs.target nss-lookup.target
  4. [Service]
  5. ExecStart=/usr/local/bin/civetweb /usr/local/etc/civetweb/civetweb.conf
  6. [Install]
  7. WantedBy=multi-user.target