8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
service cron start
|
|
|
|
exec rsync --no-detach --daemon --config /etc/rsyncd.conf
|