Create create_db.service

This commit is contained in:
samuhin 2021-04-27 23:59:03 +03:00 committed by GitHub
parent f58abf2ca1
commit 1efda6457f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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