mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
10 lines
210 B
Desktop File
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
|