chiark / gitweb /
units: add optional tmp.service
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 22 Sep 2010 11:01:15 +0000 (13:01 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 22 Sep 2010 11:01:15 +0000 (13:01 +0200)
units/tmp.mount
units/tmp.service [new file with mode: 0644]
units/tmpwatch.timer

index 9752ef81a2a7b90a306a801c7c13ba3e2e705c93..8d0b8afb17e32f97947fe6bc781764d86dba2511 100644 (file)
@@ -14,6 +14,3 @@ What=tmpfs
 Where=/tmp
 Type=tmpfs
 Options=mode=1777
 Where=/tmp
 Type=tmpfs
 Options=mode=1777
-
-[Install]
-WantedBy=local-fs.target
diff --git a/units/tmp.service b/units/tmp.service
new file mode 100644 (file)
index 0000000..2289239
--- /dev/null
@@ -0,0 +1,21 @@
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+
+[Unit]
+Description=Temporary Directory
+DefaultDependencies=no
+Requires=tmp.mount
+After=tmp.mount
+Before=local-fs.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/bin/mkdir -p -m1777 /tmp/.X11-unix /tmp/.ICE-unix ; -/sbin/restorecon /tmp/.X11-unix /tmp/.ICE-unix
+
+[Install]
+WantedBy=local-fs.target
index 7f69d5eb959496909d3493c9b38701316ead6e65..54ad57289c532e4a20a904abe377006084c85d63 100644 (file)
@@ -7,7 +7,6 @@
 
 [Unit]
 Description=Daily Cleanup of Temporary Directories
 
 [Unit]
 Description=Daily Cleanup of Temporary Directories
-DefaultDependencies=no
 
 [Timer]
 OnBootSec=1d
 
 [Timer]
 OnBootSec=1d