Opened 13 years ago
Last modified 13 years ago
#1165 new Enhancement
Native systemd service file for boinc-client
Reported by: | johannbg | Owned by: | davea |
---|---|---|---|
Priority: | Undetermined | Milestone: | Undetermined |
Component: | Client - Daemon | Version: | 6.12.34 |
Keywords: | Cc: | johannbg@… |
Description
The attached file is a native systemd unit file for boinc-client and replaces the legacy sysv init script.
It will work on any Linux platform that uses systemd as their init system.
To test this drop the attached file into /etc/systemd/system directory
Run
systemctl daemon-reload systemctl start boinc-client.service systemctl status boinc-client.service systemctl stop boinc-client.service
To learn more about systemd see http://www.freedesktop.org/wiki/Software/systemd
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | boinc-client.service added |
---|
comment:1 Changed 13 years ago by
Cc: | johannbg@… added |
---|---|
Component: | Undetermined → Client - Daemon |
Owner: | set to davea |
comment:2 Changed 13 years ago by
Is there any further information needed with regards to systemd and systemd units?
Native systemd service for boinc-client