Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 482718

Summary: net-misc/rsync - install systemd unit file
Product: Gentoo Linux Reporter: Stefan G. Weichinger <lists>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alex_y_xu
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 448882    

Description Stefan G. Weichinger 2013-08-27 20:37:37 UTC
net-misc/rsync does not yet bring a systemd service file.

Suggestion:

# rsyncd.service 
[Unit]
Description=rsync daemon
After=networking.target
After=syslog.target

[Service]
Type=simple
ExecStart=/usr/bin/rsync --daemon --no-detach
StandardOutput=syslog
StandardError=syslog

[Install]
WantedBy=multi-user.target


Reproducible: Always
Comment 1 Alex Xu (Hello71) 2013-08-27 20:42:22 UTC
net-misc/rsync already provides systemd unit file.

*rsync-3.0.9-r3 (06 Jul 2013)

  06 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/rsyncd.service,
  +rsync-3.0.9-r3.ebuild:
  Install unit file (#466088, thanks to Doug and base-system herd for allowing
  it).
Comment 2 Stefan G. Weichinger 2013-08-27 20:44:01 UTC
(In reply to Alex Xu from comment #1)
> net-misc/rsync already provides systemd unit file.
> 
> *rsync-3.0.9-r3 (06 Jul 2013)
> 
>   06 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/rsyncd.service,
>   +rsync-3.0.9-r3.ebuild:
>   Install unit file (#466088, thanks to Doug and base-system herd for
> allowing
>   it).

OK, thanks ... I checked only stable 3.0.9-r2 ... so problem solved (for future).
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-27 20:58:29 UTC
*rsync-3.0.9-r3 (06 Jul 2013)

  06 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/rsyncd.service,
  +rsync-3.0.9-r3.ebuild:
  Install unit file (#466088, thanks to Doug and base-system herd for allowing
  it).

*** This bug has been marked as a duplicate of bug 466088 ***