mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
348f5017a4
Most of these are identical, let's just generate from a meson template.
11 lines
200 B
Desktop File
11 lines
200 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-69-SHUTDOWN
|
|
Wants=basic.target multi-user.target
|
|
After=basic.target
|
|
Before=getty-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=true
|