summaryrefslogtreecommitdiff
path: root/www-servers/webfs/files/webfs.service
blob: f8857655e28f8aa54e06d2404dc7ff71f9eafa5d (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Simple and instant http server.
Documentation=man:webfsd(1)
After=network.target

[Service]
ExecStart=/usr/bin/webfsd -p ${WEBFS_PORT:-80} -f ${WEBFS_INDEX:-index.html} ${WEBFS_OPTS} -F

[Install]
WantedBy=multi-user.target