diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2017-12-19 01:42:40 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-19 01:42:40 +0100 |
| commit | 32cd878be0bb7e153fcaa6f3bfa2632867390ff9 (patch) | |
| tree | fc1ff93949817c9d172c84d0410ac9225cad57ae /gnu/services.scm | |
| parent | 753425610274ccb59cce13490c096027c61621d0 (diff) | |
| parent | 98bd11cfe7b931e9c6d6bf002a8a225fb7a1025b (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/services.scm')
| -rw-r--r-- | gnu/services.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services.scm b/gnu/services.scm index 016ff08e0b2..15fc6dcb491 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. |
