graphene-os-server-infrastr.../systemd/system/xfs_fsr.service
2023-08-03 16:35:53 -04:00

13 lines
251 B
Desktop File

[Unit]
Description=XFS filesystem reorganization
[Service]
CPUSchedulingPolicy=idle
ExecStart=/usr/bin/xfs_fsr -f /var/lib/.fsrlast
IOSchedulingClass=idle
IPAddressDeny=any
MemoryDenyWriteExecute=true
PrivateIPC=true
PrivateNetwork=true
Type=oneshot