2010-09-29 07:30:41 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
2010-09-29 07:30:41 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
2013-12-21 09:25:39 +08:00
|
|
|
Description=Create Volatile Files and Directories
|
2013-04-23 15:56:32 +08:00
|
|
|
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
|
2010-09-29 07:30:41 +08:00
|
|
|
DefaultDependencies=no
|
2013-05-16 04:38:51 +08:00
|
|
|
Conflicts=shutdown.target
|
2014-08-27 03:17:22 +08:00
|
|
|
After=local-fs.target systemd-sysusers.service
|
2010-11-19 23:24:21 +08:00
|
|
|
Before=sysinit.target shutdown.target
|
2013-12-21 09:25:39 +08:00
|
|
|
RefuseManualStop=yes
|
2010-09-29 07:30:41 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2013-12-31 02:00:38 +08:00
|
|
|
ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
|