Add systemd service file installation to PKGBUILD
This commit is contained in:
parent
bf58ad1d04
commit
0d23d6ef56
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -54,4 +54,5 @@ package() {
|
|||
|
||||
python -m installer --destdir="${pkgdir}" dist/*.whl
|
||||
install -Dm644 config.example.toml "${pkgdir}/etc/${pkgname}/config.toml"
|
||||
install -Dm644 ${pkgname%-git}.service "${pkgdir}/usr/lib/systemd/system/${pkgname%-git}.service"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue