mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
13 lines
251 B
SYSTEMD
13 lines
251 B
SYSTEMD
|
[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
|