]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/var-lock.service
service: rename ValidNoProcess= to RemainAfterExit=
[thirdparty/systemd.git] / units / var-lock.service
CommitLineData
3c268bdf
KS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Lock Directory
10DefaultDependencies=no
11Requires=var-lock.mount
32219800 12After=var-run.mount
3c268bdf
KS
13Before=local-fs.target
14
15[Service]
16Type=oneshot
02ee865a 17RemainAfterExit=yes
3c268bdf
KS
18ExecStart=/bin/mkdir -p /var/lock/subsys
19
20[Install]
21WantedBy=local-fs.target