Skip to content

Commit

Permalink
Merge pull request #228 from Automattic/mariadb-kill-rsync
Browse files Browse the repository at this point in the history
fix(mariadb): remove `rsync` service (hello Debian)
  • Loading branch information
sjinks committed Jun 2, 2024
2 parents 56eb733 + 03b2bcc commit 35e4559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/mariadb/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MariaDB",
"id": "mariadb",
"version": "1.1.3",
"version": "1.1.4",
"description": "Sets up MariaDB into the Dev Environment",
"options": {
"installDatabaseToWorkspaces": {
Expand Down
1 change: 1 addition & 0 deletions features/src/mariadb/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ case "${ID_LIKE}" in
apt-get clean
rm -rf /var/lib/apt/lists/*
update-rc.d -f mariadb remove
update-rc.d -f rsync remove

if [ "${INSTALLDATABASETOWORKSPACES}" = 'true' ]; then
mv /var/lib/mysql/debian-*.flag "${MARIADB_DATADIR}"
Expand Down

0 comments on commit 35e4559

Please sign in to comment.