blob: a01702ec003343a073bb589bd8246af35063f3ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=MySQL and PostgreSQL GUI
Documentation=https://datazenit.com/
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/datazenit
[Install]
WantedBy=multi-user.target
|