mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-27 20:56:25 +00:00
8 lines
246 B
Desktop File
8 lines
246 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Service]
|
|
ExecStartPre=sh -c 'test "$TRIGGER_PATH" = /tmp/test63-glob-foo'
|
|
ExecStartPre=sh -c 'test "$TRIGGER_UNIT" = test63-glob.path'
|
|
ExecStart=systemd-notify --ready
|
|
RemainAfterExit=yes
|
|
Type=notify
|