diff options
-rw-r--r-- | units/tmpwatch.service | 3 | ||||
-rw-r--r-- | units/tmpwatch.timer | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/units/tmpwatch.service b/units/tmpwatch.service index 55f8f0ac03..e69a33c8a1 100644 --- a/units/tmpwatch.service +++ b/units/tmpwatch.service @@ -16,6 +16,3 @@ 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 - -[Install] -WantedBy=shutdown.target diff --git a/units/tmpwatch.timer b/units/tmpwatch.timer index 222e3d238b..7f69d5eb95 100644 --- a/units/tmpwatch.timer +++ b/units/tmpwatch.timer @@ -7,7 +7,7 @@ [Unit] Description=Daily Cleanup of Temporary Directories -DefaultDependency=no +DefaultDependencies=no [Timer] OnBootSec=1d |