~ruther/guix-local

e25ca462e5c6b4e5bbcfb70dbdf1006a25749dee — Danny Milosavljevic 8 years ago bc3d607
services: cleanup: Remove "/run/udev/watch.old" directory.

* gnu/services.scm (cleanup-gexp): Remove "/run/udev/watch.old" directory.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/services.scm
M gnu/services.scm => gnu/services.scm +2 -1
@@ 392,7 392,8 @@ boot."
                     (mkdir "/tmp")
                     (chmod "/tmp" #o1777)
                     (mkdir "/var/run")
                     (chmod "/var/run" #o755))))))))
                     (chmod "/var/run" #o755)
                     (delete-file-recursively "/run/udev/watch.old"))))))))

(define cleanup-service-type
  ;; Service that cleans things up in /tmp and similar.