CasaOS/build/sysroot/usr/share/casaos/shell/usb-mount@.service
a624669980@163.com 314dbdab57 add shell script
2022-09-09 11:28:30 +08:00

9 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