Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
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
Hide 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