mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
16 lines
380 B
SYSTEMD
16 lines
380 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Unit]
|
|
Description=Forward Password Requests to unl0kr Directory Watch
|
|
DefaultDependencies=no
|
|
After=plymouth-start.service
|
|
Before=paths.target cryptsetup.target
|
|
Conflicts=emergency.service
|
|
Before=emergency.service
|
|
Conflicts=shutdown.target
|
|
Before=shutdown.target
|
|
|
|
[Path]
|
|
DirectoryNotEmpty=/run/systemd/ask-password
|
|
MakeDirectory=yes
|