mirror of
https://github.com/openSUSE/snapper.git
synced 2026-02-05 15:46:00 +01:00
19 lines
535 B
Desktop File
19 lines
535 B
Desktop File
[Unit]
|
|
Description=Daily Cleanup of Snapper Snapshots
|
|
Documentation=man:snapper(8) man:snapper-configs(5)
|
|
After=nss-user-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/lib/snapper/systemd-helper --cleanup
|
|
IOSchedulingClass=idle
|
|
CPUSchedulingPolicy=idle
|
|
|
|
CapabilityBoundingSet=CAP_DAC_OVERRIDE CAP_FOWNER CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_SYS_ADMIN CAP_SYS_MODULE CAP_IPC_LOCK CAP_SYS_NICE
|
|
LockPersonality=true
|
|
NoNewPrivileges=false
|
|
PrivateNetwork=true
|
|
ProtectHostname=true
|
|
RestrictAddressFamilies=AF_UNIX
|
|
RestrictRealtime=true
|