Fixed: missing EnvironmentFile directive in rsyncd.service
typo in rsyncd.conf
This commit is contained in:
parent
3bfee3e3eb
commit
d278a2e81a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# See rsyncd.conf man page for more options.
|
# See rsyncd.conf man page for more options.
|
||||||
|
|
||||||
# configuration examlple:
|
# configuration example:
|
||||||
|
|
||||||
# uid = nobody
|
# uid = nobody
|
||||||
# gid = nobody
|
# gid = nobody
|
||||||
|
@ -3,6 +3,7 @@ Description=fast remote file copy program daemon
|
|||||||
ConditionPathExists=/etc/rsyncd.conf
|
ConditionPathExists=/etc/rsyncd.conf
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
EnvironmentFile=/etc/sysconfig/rsyncd
|
||||||
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
|
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user