diff options
Diffstat (limited to 'support-files/rpm/plugin-postin.sh')
-rw-r--r-- | support-files/rpm/plugin-postin.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/rpm/plugin-postin.sh b/support-files/rpm/plugin-postin.sh new file mode 100644 index 00000000..1844de1b --- /dev/null +++ b/support-files/rpm/plugin-postin.sh @@ -0,0 +1,3 @@ +# request the server restart +mkdir -p %{restart_flag_dir} +echo > %{restart_flag} |