Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482718 - net-misc/rsync - install systemd unit file
Summary: net-misc/rsync - install systemd unit file
Status: RESOLVED DUPLICATE of bug 466088
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2013-08-27 20:37 UTC by Stefan G. Weichinger
Modified: 2013-08-27 20:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***