diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-28 22:08:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-28 22:08:17 +0200 |
commit | 34acc278eda23593ae53868586e9024e965f37e0 (patch) | |
tree | 9038fcd13e329ea57a34cb7180dc57ca3e377055 /units | |
parent | 95e26a692d0af027a5fe83e1743e307c864b4af0 (diff) |
units: schedule tmpwatch on idle class
Diffstat (limited to 'units')
-rw-r--r-- | units/tmpwatch.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/tmpwatch.service b/units/tmpwatch.service index 8471ba15ad..5cc0b6bb39 100644 --- a/units/tmpwatch.service +++ b/units/tmpwatch.service @@ -16,3 +16,4 @@ Before=poweroff.service reboot.service halt.service killall.service Type=oneshot ExecStart=/usr/sbin/tmpwatch -umc -x /tmp/.X11-unix -x /tmp/.ICE-unix 10d /tmp ExecStart=/usr/sbin/tmpwatch -umc 30d /var/tmp +IOSchedulingClass=idle |