✨ systemd service
This commit is contained in:
parent
f10c7df262
commit
fedb81c485
3 changed files with 21 additions and 1 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue