mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
8b15445328
Former-commit-id: 1de24b7eb79676d1aba9d799a58c5a753290cf52
22 lines
637 B
Desktop File
22 lines
637 B
Desktop File
[Unit]
|
|
Description=The cw-elevator-application-V1.0.0.20211103 server
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
PIDFile=/run/cw-elevator-application-V1.0.0.20211103.pid
|
|
ExecStartPre=/bin/rm -f /run/cw-elevator-application-V1.0.0.20211103.pid
|
|
ExecStart=/bin/bash /data/cwos/cw-elevator-application-V1.0.0.20211103/start.sh
|
|
ExecStop=/bin/bash /data/cwos/cw-elevator-application-V1.0.0.20211103/stop.sh
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
KillSignal=SIGQUIT
|
|
TimeoutStopSec=5
|
|
KillMode=process
|
|
PrivateTmp=true
|
|
Restart=always
|
|
RestartSec=10
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|