6c235d3f2a
1.Add the function of modifying the WebUI port. 2.Add the function to modify the search engine. 3.Add the multi-language function and add Chinese translation. 4.Add detailed CPU and memory statistics.
8 lines
224 B
Desktop File
8 lines
224 B
Desktop File
# copy to /etc/systemd/system path
|
|
[Unit]
|
|
Description=Mount USB Drive on %i
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/casaOS/server/shell/usb-mount.sh add %i
|
|
ExecStop=/casaOS/server/shell/usb-mount.sh remove %i
|