summaryrefslogtreecommitdiffstats
path: root/legacy-sysv-script.in
blob: 5eaad516606bc6de055c1ee448799e02576881e7 (plain)
1
2
3
4
5
6
#!/bin/sh

# Legacy action script for "service postgresql --@__FILE__@"
cmd="@bindir@/postgresql-setup --@__FILE__@ --unit @NAME_SERVICE@"
echo "Hint: the preferred way to do this is now \"$cmd\"" >&2
$cmd