mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Create create_db.service
This commit is contained in:
parent
7b03e5c5a6
commit
0c317a5cac
1 changed files with 10 additions and 0 deletions
10
install/automated/common/create_db.service
Normal file
10
install/automated/common/create_db.service
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Create MySQL DB
|
||||||
|
After=mysql.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=exec
|
||||||
|
ExecStart=/bin/bash /opt/chandler/extensions/available/openvk/install/automated/common/autoexec
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue