mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-30 15:47:37 +00:00
13 lines
176 B
SYSTEMD
13 lines
176 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Before=local-fs.target
|
|
|
|
[Mount]
|
|
What=/dev/sda1
|
|
Where=/
|
|
Options=noatime
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|
|
Alias=root.mount
|