SHA256
1
0
forked from pool/rsync

Accepting request 95218 from home:elvigia:branches:network

- Add systemd unit
- Do not BuildRequire textlive

OBS-URL: https://build.opensuse.org/request/show/95218
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=18
This commit is contained in:
Vítězslav Čížek
2011-12-06 16:29:22 +00:00
committed by Git OBS Bridge
parent 2cb3837a14
commit 182acd71ce
3 changed files with 43 additions and 11 deletions

10
rsyncd.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Start the rsync server daemon
After=network.target
[Service]
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
IOSchedulingClass=idle
CPUSchedulingPolicy=batch
[Install]
WantedBy=multi-user.target