1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-01-13 19:43:13 +03:00
openvk/install/automated/common/create_db.service
2021-05-14 19:06:35 +03:00

10 lines
210 B
Desktop File

[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