startpower and config separation

This commit is contained in:
2018-02-19 21:19:38 +01:00
parent ca716802d8
commit c27e242007
5 changed files with 72 additions and 39 deletions

View File

@@ -20,7 +20,8 @@ build() {
package() {
mkdir -p "$pkgdir"
install -Dm644 etc/openpdu/openpdu.conf "$pkgdir"/etc/openpdu/openpdu.conf
install -Dm644 etc/openpdu/boards.conf "$pkgdir"/etc/openpdu/boards.conf
install -Dm644 etc/openpdu/outlets.conf "$pkgdir"/etc/openpdu/outlets.conf
install -Dm755 etc/local.d/openpdu.start "$pkgdir"/etc/local.d/openpdu.start
install -Dm755 openpdu "$pkgdir"/usr/bin/openpdu