Last active 1 month ago

fuse-io_uring.service Raw
1[Unit]
2Description=Enable use of fuse through io_uring
3Documentation=https://www.opennet.ru/tips/3270_fuse_io_uring_optimization_tune_kernel.shtml
4DefaultDependencies=no
5After=systemd-sysctl.service
6Before=sysinit.target
7
8[Service]
9Type=oneshot
10ExecStart=/bin/sh -c 'echo 1 > /sys/module/fuse/parameters/enable_uring'
11ExecStop=/bin/sh -c 'echo 0 > /sys/module/fuse/parameters/enable_uring'
12RemainAfterExit=yes
13
14[Install]
15WantedBy=sysinit.target
fuse.md Raw