units: add optional tmp.service

This commit is contained in:
Kay Sievers 2010-09-22 13:01:15 +02:00
parent 45cf971672
commit 8a7702cd06
3 changed files with 21 additions and 4 deletions

View File

@ -14,6 +14,3 @@ What=tmpfs
Where=/tmp
Type=tmpfs
Options=mode=1777
[Install]
WantedBy=local-fs.target

21
units/tmp.service Normal file
View File

@ -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

View File

@ -7,7 +7,6 @@
[Unit]
Description=Daily Cleanup of Temporary Directories
DefaultDependencies=no
[Timer]
OnBootSec=1d