Gitea
This commit is contained in:
4
services/postgres/install.sh
Normal file
4
services/postgres/install.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
chmod +x /etc/init.d/postgres.service
|
||||
rc-update add postgres.service default
|
||||
rc-service postgres.service start
|
||||
Reference in New Issue
Block a user