boinc: copy systemd service file to output

This commit is contained in:
Luflosi 2021-11-30 21:49:19 +01:00
parent 4e0d9003fc
commit ca87168c6e
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-server" ];
postInstall = ''
install --mode=444 -D 'client/scripts/boinc-client.service' "$out/etc/systemd/system/boinc.service"
'';
meta = with lib; {
description = "Free software for distributed and grid computing";
homepage = "https://boinc.berkeley.edu/";