blob: 76bdc77c6008358070342d87367e2f37d0c8e165 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Darkhttpd to serve pacman cache
After=network.target
[Service]
ExecStart=/usr/bin/darkhttpd /var/cache/pacman/pkg/ --port 7078
[Install]
WantedBy=multi-user.target
|