Switch to unified view
a | b/systemd/upmpdcli.service | ||
---|---|---|---|
1 | [Unit] |
||
2 | Description=fast remote file copy program daemon |
||
3 | ConditionPathExists=/etc/rsyncd.conf |
||
4 | |||
5 | [Service] |
||
6 | EnvironmentFile=/etc/sysconfig/rsyncd |
||
7 | ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS" |
||
8 | |||
9 | [Install] |
||
10 | WantedBy=multi-user.target |