mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
... or fuse fails with systemd and cgroups in kernel. no long runing tasks should ever be started from udev rules
9 lines
158 B
Desktop File
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
|