1
0
mirror of https://github.com/GrapheneOS/infrastructure.git synced 2025-01-12 07:09:26 -05:00
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