[packages/systemd] Revert "skip pld-clean-tmp entirely if /tmp is on tmpfs"

atler atler at pld-linux.org
Tue Dec 28 19:55:37 CET 2021


commit 6189ec9d26d58d63d7401c11c1bbf8b7aad51178
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Dec 28 19:54:32 2021 +0100

    Revert "skip pld-clean-tmp entirely if /tmp is on tmpfs"
    
    Conflicts does not prevent starting service, it just stops the other
    service that is currently running
    
    This reverts commit 15a8101be02f2750f25d92f33ba773341315babf.

 pld-clean-tmp.service | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/pld-clean-tmp.service b/pld-clean-tmp.service
index 73adb77..86c560f 100644
--- a/pld-clean-tmp.service
+++ b/pld-clean-tmp.service
@@ -1,9 +1,8 @@
 [Unit]
 Description=Clean /tmp on startup
 DefaultDependencies=no
-After=systemd-remount-fs.service tmp.mount
+After=systemd-remount-fs.service
 Before=systemd-tmpfiles-setup.service
-Conflicts=tmp.mount
 
 [Service]
 ExecStart=/lib/systemd/pld-clean-tmp
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/6189ec9d26d58d63d7401c11c1bbf8b7aad51178



More information about the pld-cvs-commit mailing list