|
Bugzilla – Full Text Bug Listing |
| Summary: | network/tor: replace torctl with systemd service file | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Forgotten User eSayXMQInp <forgotten_eSayXMQInp> |
| Component: | Network | Assignee: | Bernhard Wiedemann <bwiedemann> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <opensuse-communityscreening> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | david, thalunil |
| Version: | Current | ||
| Target Milestone: | Current | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
/usr/lib/systemd/system/tor-master.service (from Fedora)
/usr/lib/systemd/system/tor.service (from Fedora) /usr/share/tor/defaults-torrc /etc/logrotate.d/tor (based on Fedora's) |
||
Created attachment 752466 [details]
/usr/lib/systemd/system/tor.service (from Fedora)
Created attachment 752468 [details]
/usr/share/tor/defaults-torrc
Created attachment 752472 [details]
/etc/logrotate.d/tor (based on Fedora's)
The Log entry in defaults-torrc should probably be replaced with the current default (notice to /var/log/tor/tor.log). *** Bug 1159844 has been marked as a duplicate of this bug. *** Current devel-version works for me. This is an autogenerated message for OBS integration: This bug (1072274) was mentioned in https://build.opensuse.org/request/show/761967 Factory / tor Let's count this as done. The only thing missing is that the logrotate only reloads tor.service instead of tor-master.service but that can come later, if someone adds a tor@.service |
Created attachment 752465 [details] /usr/lib/systemd/system/tor-master.service (from Fedora) The current tor.service systemd file is a wrapper around torctl instead of being a native service file. This ticket is about making tor.service a native systemd service file. I'm attaching the following files: /usr/lib/systemd/system/tor.service /usr/lib/systemd/system/tor-master.service /usr/share/tor/defaults-torrc /etc/logrotate.d/tor These files are mostly copies from the Fedora package with very minor changes to the specifics in openSUSE (i.e. tor username). I tested them briefly on openSUSE Leap 42.3. This is related to #1071981