diff options
Diffstat (limited to 'shell_scripts/systemd/postgres.sh')
| -rwxr-xr-x | shell_scripts/systemd/postgres.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell_scripts/systemd/postgres.sh b/shell_scripts/systemd/postgres.sh new file mode 100755 index 00000000..f216da70 --- /dev/null +++ b/shell_scripts/systemd/postgres.sh @@ -0,0 +1,4 @@ +#!/bin/bash +doas systemctl enable postgresql.service +doas systemctl start postgresql.service +doas systemctl status postgresql |
