udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / units / systemd-machine-id-commit.service
blob89e0613955ccce67e8f1e4c76275c7e5d2c1dcb4
1 #  SPDX-License-Identifier: LGPL-2.1-or-later
3 #  This file is part of systemd.
5 #  systemd is free software; you can redistribute it and/or modify it
6 #  under the terms of the GNU Lesser General Public License as published by
7 #  the Free Software Foundation; either version 2.1 of the License, or
8 #  (at your option) any later version.
10 [Unit]
11 Description=Commit a transient machine-id on disk
12 Documentation=man:systemd-machine-id-commit.service(8)
13 DefaultDependencies=no
14 Conflicts=shutdown.target
15 Before=shutdown.target
16 After=local-fs.target first-boot-complete.target
17 ConditionPathIsReadWrite=/etc
18 ConditionPathIsMountPoint=/etc/machine-id
20 [Service]
21 Type=oneshot
22 RemainAfterExit=yes
23 ExecStart=systemd-machine-id-setup --commit
24 TimeoutSec=30s