Update create_db.service

This commit is contained in:
samuhin 2021-04-28 01:20:38 +03:00 committed by GitHub
parent c5813c3ce5
commit 80bf886db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
[Unit]
Description=Foo
Description=Create MySQL DB
After=mysql.service
[Service]
Type=exec
ExecStart=/bin/bash /opt/chandler/extensions/available/openvk/install/automated/common/autoexec
[Install]