mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
c84752398b
Unfortunately meson does not install symlinks, but copies the symlink destination instead. So symlinks need to be created by a script. This commit adds both symlinks in test/testsuite-08.units/ and meson scriptlet calls. Strictly speaking, the first is not necessary, since nothing reads stuff directly from the source tree.
13 lines
159 B
SYSTEMD
13 lines
159 B
SYSTEMD
[Unit]
|
|
Before=local-fs.target
|
|
|
|
[Mount]
|
|
What=/dev/sda1
|
|
Where=/
|
|
Type=ext4
|
|
Options=errors=remount-ro,noatime
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|
|
Alias=root.mount
|