Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/distribution/arch/civetweb.service

10 lines
225 B
SYSTEMD
Raw Normal View History

2025-08-22 18:22:57 +08:00
[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