mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +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.
12 lines
251 B
Desktop File
12 lines
251 B
Desktop File
[Unit]
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=systemd-fsck-root.service
|
|
Before=local-fs-pre.target local-fs.target shutdown.target
|
|
Wants=local-fs-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/systemctl reload /
|