CasaOS/shell/usb-mount@.service
2021-12-06 17:08:36 +08:00

9 lines
220 B
Desktop File

# copy to /etc/systemd/system path
[Unit]
Description=Mount USB Drive on %i
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/casaOS/util/shell/usb-mount.sh add %i
ExecStop=/casaOS/util/shell/usb-mount.sh remove %i