diff options
Diffstat (limited to 'abs/extra/rsync/rsyncd.service')
-rw-r--r-- | abs/extra/rsync/rsyncd.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/extra/rsync/rsyncd.service b/abs/extra/rsync/rsyncd.service index ea2e32c..8502c08 100644 --- a/abs/extra/rsync/rsyncd.service +++ b/abs/extra/rsync/rsyncd.service @@ -2,8 +2,7 @@ Description=A file transfer program to keep remote files in sync [Service] -EnvironmentFile=-/etc/conf.d/rsyncd -ExecStart=/usr/bin/rsync --daemon --no-detach ${RSYNCD_ARGS} +ExecStart=/usr/bin/rsync --daemon --no-detach RestartSec=1 [Install] |