mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-07-18 21:02:50 +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 |