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:
committed by
Git OBS Bridge
parent
2cb3837a14
commit
182acd71ce
10
rsyncd.service
Normal file
10
rsyncd.service
Normal 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
|
Reference in New Issue
Block a user