adding an rsync image
This commit is contained in:
parent
fb9e59e925
commit
b3af7d26f6
4 changed files with 71 additions and 0 deletions
12
rsyncd/podman-rsyncd.service
Normal file
12
rsyncd/podman-rsyncd.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=fast remote file copy program daemon
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/podman.d/rsyncd.conf
|
||||
ExecStart=/usr/bin/podman run $PODMAN_RUN_ARGS rsyncd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue