systemd service
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed

This commit is contained in:
JMARyA 2025-05-05 14:58:39 +02:00
parent f10c7df262
commit fedb81c485
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 21 additions and 1 deletions

View file

@ -29,6 +29,7 @@ build() {
package_sheepd() {
pkgdesc="sheep daemon"
cd "$srcdir/repo"
install -Dm755 "sheepd.service" "$pkgir/etc/systemd/systemd/sheepd.service"
install -Dm755 "target/release/sheepd" "$pkgdir/usr/bin/sheepd"
}