mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
14 lines
262 B
Django/Jinja
14 lines
262 B
Django/Jinja
[Unit]
|
|
BindTo=%i.device
|
|
After=%i.device
|
|
After=rc-local.service
|
|
|
|
[Service]
|
|
#Type=oneshot
|
|
TimeoutStartSec=0
|
|
Environment=DEVNAME=%I
|
|
ExecStart=/usr/share/usbmount/usbmount add
|
|
ExecStop=/usr/sbin/iiab-clean-usb.sh %I
|
|
ExecStopPost=/bin/umount /%I
|
|
RemainAfterExit=yes
|
|
|