mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 04:13:03 +00:00
19 lines
373 B
Desktop File
19 lines
373 B
Desktop File
[Unit]
|
|
Description=lz-api
|
|
Documentation=https://qaiu.top
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
# User=USER
|
|
ExecStart=/usr/bin/java -server -Xmx128m -jar /root/java/lz-cow-api-web/lz-cow-api-web-0.0.1.jar
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
Restart=always
|
|
StandOutput=syslog
|
|
|
|
StandError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|