nixos/mysql: run ExecStartPost as root (again) to preserve compatibility with installs that have been secured
This commit is contained in:
@@ -412,7 +412,9 @@ in
|
|||||||
'') cfg.ensureUsers}
|
'') cfg.ensureUsers}
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
setupScript;
|
# ensureDatbases & ensureUsers depends on this script being run as root
|
||||||
|
# when the user has secured their mysql install
|
||||||
|
"+${setupScript}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user