mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-06-30 21:17:37 +08:00
10 lines
197 B
Desktop File
10 lines
197 B
Desktop File
[Unit]
|
|
Description=Datax Admin
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/java -jar /jar存放目录/datax-admin.2.1.1.jar --spring.profiles.active=qa
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |