summaryrefslogtreecommitdiff
path: root/strata/trove/lorry-controller.morph
blob: 2f90a9a151623f9260b4101abcb4cce83dfeb8b0 (plain)
1
2
3
4
5
6
7
8
9
10
name: lorry-controller
kind: chunk
build-system: python-distutils
post-install-commands:
- install -d 0755 "$DESTDIR/etc/lighttpd"
- install -m 0644 -D etc/lighttpd/*.conf "$DESTDIR/etc/lighttpd/."
- |
  TGT="$DESTDIR/usr/lib/systemd/system"
  install -d "$TGT/multi-user.target.wants"
  install -m 0644 units/*.service units/*.timer "$TGT/."