mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
12ab94a1e4
Alternative to https://github.com/systemd/systemd/pull/20531. Whenever a service triggered by another unit fails condition checks, stop the triggering unit to prevent systemd busy looping trying to start the triggered unit.
7 lines
115 B
Desktop File
7 lines
115 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
ConditionPathExists=/tmp/nonexistent
|
|
|
|
[Service]
|
|
ExecStart=true
|