mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 04:12:29 +01:00
26 lines
641 B
Diff
26 lines
641 B
Diff
diff -ru lsyncd-2.1.5.orig/examples/lpostcmd.lua lsyncd-2.1.5/examples/lpostcmd.lua
|
|
--- lsyncd-2.1.5.orig/examples/lpostcmd.lua 2015-01-30 09:28:40.376456301 -0200
|
|
+++ lsyncd-2.1.5/examples/lpostcmd.lua 2015-01-30 09:28:12.746457070 -0200
|
|
@@ -6,7 +6,7 @@
|
|
-- after every successfullycompleted rsync operation.
|
|
-- for example to restart servlets on the target host or so.
|
|
|
|
+rsyncpostcmd = {
|
|
-local rsyncpostcmd = {
|
|
|
|
-- based on default rsync.
|
|
default.rsync,
|
|
@@ -83,12 +83,3 @@
|
|
end
|
|
}
|
|
|
|
-
|
|
-sync {
|
|
- rsyncpostcmd,
|
|
- source = "src",
|
|
- host = "beetle",
|
|
- targetdir = "/path/to/trg",
|
|
- postcmd = "/usr/local/bin/restart-servelt.sh",
|
|
-}
|
|
-
|