diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-11 13:11:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-11 13:11:59 +0000 |
commit | a19f172274a829c66e3eb28b719a9f2663d9dc20 (patch) | |
tree | d34de5985ad651ebbedf56a3e6ee94286d0211f8 /main/postgresql-bdr/pgbdr-restore.initd | |
parent | 8e21b4e2b7fe9d38985cc9fab266808083aa4158 (diff) | |
download | aports-a19f172274a829c66e3eb28b719a9f2663d9dc20.tar.bz2 aports-a19f172274a829c66e3eb28b719a9f2663d9dc20.tar.xz |
main/postgresql-bdr: use openrc-run instead of runscript
Diffstat (limited to 'main/postgresql-bdr/pgbdr-restore.initd')
-rw-r--r-- | main/postgresql-bdr/pgbdr-restore.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql-bdr/pgbdr-restore.initd b/main/postgresql-bdr/pgbdr-restore.initd index eef552bd5e..2d4fcf76df 100644 --- a/main/postgresql-bdr/pgbdr-restore.initd +++ b/main/postgresql-bdr/pgbdr-restore.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run extra_commands="${opts} dump restore purge" |