mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:54:36 +08:00
12 lines
231 B
SYSTEMD
12 lines
231 B
SYSTEMD
|
[Unit]
|
||
|
Description=A file transfer program to keep remote files in sync
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=-/usr/bin/rsync --daemon
|
||
|
StandardInput=socket
|
||
|
StandardOutput=inherit
|
||
|
StandardError=journal
|
||
|
User=nobody
|
||
|
Group=nobody
|