mirror of
https://github.com/systemd/systemd.git
synced 2024-12-01 14:23:36 +08:00
07268394d6
And drop it where not necessary.
12 lines
239 B
Bash
Executable File
12 lines
239 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
set -ex
|
|
set -o pipefail
|
|
|
|
systemd-analyze log-level debug
|
|
|
|
systemctl enable test-honor-first-shutdown.service
|
|
systemctl start test-honor-first-shutdown.service
|
|
|
|
touch /testok
|