2022-02-05 14:23:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Udevil mount service
|
2023-05-02 02:02:33 +00:00
|
|
|
After=jelos-automount.service
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=-/usr/bin/udevil --mount %I
|
|
|
|
ExecStop=-/usr/bin/udevil --umount %I
|
|
|
|
RemainAfterExit=yes
|