mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
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
|