summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-02-26 11:45:26 +0100
committerMatheus Gabriel Werny de Lima2021-02-26 11:45:26 +0100
commit5599388c649a5691bedc9c6938e5fe05af684dde (patch)
treec64d8a1262830235417b65bba348601e8c9ea3c7 /PKGBUILD
parentdff13814d254d1c81e61803c3a08e25cce0cd3e1 (diff)
downloadaur-5599388c649a5691bedc9c6938e5fe05af684dde.tar.gz
Enabling services.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85c947fc3043..8c61254f1959 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,6 +79,8 @@ package()
# Install the systemd service.
install -Dm644 ${pkgdir}/usr/lib/${_pkgname}/${_pkgname_lc}.service ${pkgdir}/usr/lib/systemd/system/
+ systemctl enable bitcoind.service
+ systemctl enable ${_pkgname_lc}.service
# Install the documentation.
install -Dm644 ${pkgdir}/usr/lib/${_pkgname}/README.md ${pkgdir}/usr/share/doc/${_pkgname}/