CasaOS/shell/usb-mount@.service

9 lines
224 B
SYSTEMD
Raw Normal View History

2021-09-26 02:35:02 +00:00
# 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