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
f58abf2ca1
commit
1efda6457f
1 changed files with 9 additions and 0 deletions
9
install/automated/common/create_db.service
Normal file
9
install/automated/common/create_db.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Foo
|
||||||
|
After=mysql.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/bin/bash /opt/openvk/install/automated/common/autoexec
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue