]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - scrub/e2scrub_reap.service.in
ext2fs: nls: support UTF-8 11.0 with NFKD normalization
[thirdparty/e2fsprogs.git] / scrub / e2scrub_reap.service.in
1 [Unit]
2 Description=Remove Stale Online ext4 Metadata Check Snapshots
3
4 [Service]
5 Type=oneshot
6 WorkingDirectory=/
7 PrivateNetwork=true
8 ProtectSystem=true
9 ProtectHome=read-only
10 PrivateTmp=yes
11 AmbientCapabilities=CAP_SYS_ADMIN CAP_SYS_RAWIO
12 NoNewPrivileges=yes
13 User=root
14 IOSchedulingClass=idle
15 CPUSchedulingPolicy=idle
16 ExecStart=@root_sbindir@/e2scrub_all -A -r
17 SyslogIdentifier=%N
18 RemainAfterExit=no
19
20 [Install]
21 WantedBy=default.target