mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-19 18:23:04 +00:00
11 lines
343 B
Desktop File
11 lines
343 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-01-BASIC
|
|
After=multi-user.target
|
|
Wants=systemd-resolved.service systemd-networkd.service
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
|
|
Type=oneshot
|