Tom Gundersen | 8c11aac | 2013-04-11 21:14:40 +0200 | [diff] [blame] | 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 Lesser General Public License as published by |
| 5 | # the Free Software Foundation; either version 2.1 of the License, or |
| 6 | # (at your option) any later version. |
| 7 | |
| 8 | [Unit] |
Lennart Poettering | d1a6f44 | 2014-03-06 04:51:11 +0100 | [diff] [blame] | 9 | Description=Create Static Device Nodes in /dev |
Umut Tezduyar | 195f8e3 | 2013-04-23 09:56:32 +0200 | [diff] [blame] | 10 | Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) |
Tom Gundersen | 8c11aac | 2013-04-11 21:14:40 +0200 | [diff] [blame] | 11 | DefaultDependencies=no |
Lennart Poettering | 2db7648 | 2014-06-15 23:42:53 +0200 | [diff] [blame] | 12 | Conflicts=shutdown.target |
Zbigniew Jędrzejewski-Szmek | 1c5d3c9 | 2014-11-02 09:16:09 -0500 | [diff] [blame] | 13 | After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-sysusers.service |
Lennart Poettering | 2db7648 | 2014-06-15 23:42:53 +0200 | [diff] [blame] | 14 | Before=sysinit.target local-fs-pre.target systemd-udevd.service shutdown.target |
Lennart Poettering | e0c7469 | 2014-07-04 03:07:20 +0200 | [diff] [blame] | 15 | ConditionCapability=CAP_SYS_MODULE |
Tom Gundersen | 8c11aac | 2013-04-11 21:14:40 +0200 | [diff] [blame] | 16 | |
| 17 | [Service] |
| 18 | Type=oneshot |
Tom Gundersen | 7e380bb | 2013-07-22 17:10:15 +0200 | [diff] [blame] | 19 | RemainAfterExit=yes |
Tom Gundersen | 8c94052 | 2014-10-27 17:15:42 +0100 | [diff] [blame] | 20 | ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot |