Files
Arch-R/packages/sysutils/udevil/system.d/udevil-mount@.service
Stefan Saraev 61824e5326 udevil: mount by systemd service
... or fuse fails with systemd and cgroups in kernel.
no long runing tasks should ever be started from udev rules
2013-09-15 19:48:55 +03:00

9 lines
158 B
Desktop File

[Unit]
Description=Udevil mount service
[Service]
Type=oneshot
ExecStart=/usr/bin/udevil --mount %I
ExecStop=/usr/bin/udevil --umount %I
RemainAfterExit=yes