Bug 770292
| Summary: | Provide native systemd service | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jóhann B. Guðmundsson <johannbg> |
| Component: | jabberd | Assignee: | Adrian Reber <adrian> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adrian, dmaphy, johannbg |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-24 21:17:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 751869 | ||
| Attachments: | |||
|
Description
Jóhann B. Guðmundsson
2011-12-25 17:39:44 UTC
Created attachment 549497 [details]
Native systemd unit file for jabberd
This is just a dummy unit that controls the startup and stopping of all the other units and keeps backwards compatibility to the legacy sysv init script
Created attachment 549498 [details]
Native systemd unit file for jabber client to server
Created attachment 549499 [details]
Native systemd unit file for jabber router
Created attachment 549500 [details]
Native systemd unit file for jabber server to server
Created attachment 549501 [details]
Native systemd unit file for jabber im session manager
To test this drop all the files into /etc/systemd/system directory and run systemctl daemon-reload systemctl start jabberd.service systemctl status jabberd.service jabberd-router.service jabberd-sm.service jabberd-c2s.service jabberd-s2s.service systemctl stop jabberd.service systemctl status jabberd.service jabberd-router.service jabberd-sm.service jabberd-c2s.service jabberd-s2s.service Thanks for your help. Trying to integrate those unit files into the package. Do you still have the jabber-router.service file. The one attached here is wrong. Hmm what do you mean wrong? Clicking on "Native systemd unit file for jabber router" downloads the s2s file and not the router file. The description is correct but the file seems to be the same as the server to server file. Created attachment 571879 [details]
The missing jabber router service
Thanks a lot for your systemd scripts. Included in: jabberd-2.2.14-3.fc18 |