guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: services: cleanup: Remove "/run/udev/watch.old" directory.


From: Danny Milosavljevic
Subject: 01/01: services: cleanup: Remove "/run/udev/watch.old" directory.
Date: Sun, 17 Dec 2017 02:36:46 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit e25ca462e5c6b4e5bbcfb70dbdf1006a25749dee
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Dec 17 08:31:32 2017 +0100

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

diff --git a/gnu/services.scm b/gnu/services.scm
index 016ff08..15fc6dc 100644
--- a/gnu/services.scm
+++ b/gnu/services.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]