mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:37:14 +08:00
11 lines
201 B
Desktop File
11 lines
201 B
Desktop File
[Unit]
|
|
Description=A file transfer program to keep remote files in sync
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/rsync --daemon --no-detach
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|