Fixed: missing EnvironmentFile directive in rsyncd.service

typo in rsyncd.conf
This commit is contained in:
Michal Luscon 2012-12-06 16:30:06 +01:00
parent 3bfee3e3eb
commit d278a2e81a
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# See rsyncd.conf man page for more options.
# configuration examlple:
# configuration example:
# uid = nobody
# gid = nobody

View File

@ -3,6 +3,7 @@ Description=fast remote file copy program daemon
ConditionPathExists=/etc/rsyncd.conf
[Service]
EnvironmentFile=/etc/sysconfig/rsyncd
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
[Install]