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

[Service]
EnvironmentFile=/etc/conf.d/webfsd
ExecStart=/usr/bin/webfsd $WEBFSD_ARGS -F

[Install]
WantedBy=multi-user.target