Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
pacemaker
pacemaker-systemd-unit-name-ending-in-socket.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-systemd-unit-name-ending-in-socket.patch of Package pacemaker
commit e693d75bf7fa94f08265df1af102bdf4a88759e5 Author: Tim Bishop <tim@bishnet.net> Date: Fri Jun 10 19:15:28 2016 +0100 Allow unit names ending in .socket. diff --git a/lib/services/systemd.c b/lib/services/systemd.c index d24f986..bdc0da1 100644 --- a/lib/services/systemd.c +++ b/lib/services/systemd.c @@ -114,6 +114,9 @@ systemd_service_name(const char *name) } else if (strstr(name, ".service")) { return strdup(name); + + } else if (strstr(name, ".socket")) { + return strdup(name); } return crm_strdup_printf("%s.service", name);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor