mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 02:38:42 +08:00
10 lines
226 B
Desktop File
10 lines
226 B
Desktop File
[Unit]
|
|
Description=mingdao service
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash /data/apps/mingdao/installer/service.sh start
|
|
ExecStop=-/usr/bin/pkill mingdaoyun
|
|
[Install]
|
|
WantedBy=multi-user.target
|