1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

13 lines
176 B
SYSTEMD
Raw Normal View History

# 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