mirror of
https://github.com/systemd/systemd.git
synced 2025-08-29 01:49:55 +03:00
tmpwatch: fix typo and remove [Install]
This commit is contained in:
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Daily Cleanup of Temporary Directories
|
||||
DefaultDependency=no
|
||||
DefaultDependencies=no
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1d
|
||||
|
Reference in New Issue
Block a user