Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496514 - sci-misc/boinc - add systemd support
Summary: sci-misc/boinc - add systemd support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2013-12-30 17:07 UTC by Szymon Jaranowski
Modified: 2013-12-31 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Szymon Jaranowski 2013-12-30 17:07:52 UTC
Looks like the the systemd service script is just missing. I used BOINC with OpenRC - the script was provided, but, according to Gentoo Wiki, it is unusable with systemd.

Reproducible: Always

Steps to Reproduce:
I would expect the following command (run as root) will start the BOINC service:
systemctl start boinc-client

Actual Results:  
Failed to issue method call: Unit boinc-client.service failed to load: No such file or directory.

Expected Results:  
Start of the BOINC service.

Searching for *boinc* in systemd service directory doesn't give any results:
~ # cd /usr/lib/systemd
systemd # find . -name '*boinc*'
systemd #

Looks like the script is just missing. The absence of the service script makes the application hard to use (problems with auto-start, etc.).
Comment 1 Pacho Ramos gentoo-dev 2013-12-31 13:06:15 UTC
+  31 Dec 2013; Pacho Ramos <pacho@gentoo.org> +boinc-7.2.0-r1.ebuild,
+  +files/boinc.service:
+  Add unit file (#496514 by Szymon Jaranowski)
+