diff --git a/Bastillefile b/Bastillefile new file mode 100644 index 0000000..1bf4b40 --- /dev/null +++ b/Bastillefile @@ -0,0 +1,12 @@ +ARG postgres_version=15 +ARG pg_cron_version=1.4.2 +ARG confbase=/var/db/postgres/data${postgres_version}/postgresql.conf +CONFIG set allow.sysvipc 1 +RESTART +PKG postgresql${postgres_version}-server postgresql${postgres_version}-contrib +SYSRC postgresql_enable=YES +SERVICE postgresql start +CMD [ ! -d "/var/db/postgres/data${postgres_version}" ] && /usr/local/etc/rc.d/postgresql initdb +CMD chown -R postgres /var/db/postgres && chmod -R 750 /var/db/postgres +SERVICE postgresql restart + diff --git a/LICENSE b/LICENSE index 4005b63..8da0fca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) . All rights reserved. +Copyright (c) 2022 Daniel Ziltener. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: