1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-05 09:17:44 +03:00
systemd-stable/test/testsuite-08.units/-.mount

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