Initial commit

This commit is contained in:
2025-10-04 13:41:28 +03:00
commit 2b81faeb3f
7 changed files with 129 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
name: mariadb
description: MariaDB system daemon
type: background
start_cmd: /etc/esvm/scripts/mariadb.sh
exit_method: kill
restart: true
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
[ -d /run/mariadb ] || install -dm0755 -o mariadb -g mariadb /run/mariadb
exec mariadbd --user=mariadb
+1
View File
@@ -0,0 +1 @@
u mariadb 40 "MariaDB user" /srv/mariadb/