civetweb.service 209 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/bin/civetweb /etc/civetweb/civetweb.conf
  6. [Install]
  7. WantedBy=multi-user.target