Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
steam
systemd
Commits
8a7702cd
Commit
8a7702cd
authored
Sep 22, 2010
by
Kay Sievers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
units: add optional tmp.service
parent
45cf9716
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
4 deletions
+21
-4
units/tmp.mount
units/tmp.mount
+0
-3
units/tmp.service
units/tmp.service
+21
-0
units/tmpwatch.timer
units/tmpwatch.timer
+0
-1
No files found.
units/tmp.mount
View file @
8a7702cd
...
...
@@ -14,6 +14,3 @@ What=tmpfs
Where=/tmp
Type=tmpfs
Options=mode=1777
[Install]
WantedBy=local-fs.target
units/tmp.service
0 → 100644
View file @
8a7702cd
# 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
units/tmpwatch.timer
View file @
8a7702cd
...
...
@@ -7,7 +7,6 @@
[Unit]
Description=Daily Cleanup of Temporary Directories
DefaultDependencies=no
[Timer]
OnBootSec=1d
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment