summaryrefslogtreecommitdiffstats
path: root/src/civetweb/distribution/arch/civetweb.service
blob: 5327b6caaf97dba5257eadb7cce6956a92e9ddde (plain)
1
2
3
4
5
6
7
8
9
[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