mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-16 02:30:23 +08:00
10 lines
180 B
SYSTEMD
10 lines
180 B
SYSTEMD
|
[Unit]
|
||
|
Description=A file transfer program to keep remote files in sync
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/rsync --daemon --no-detach
|
||
|
RestartSec=1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|