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