2010-10-26 02:02:01 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Forward Password Requests to Wall Directory Watch
|
2010-11-16 07:25:48 +07:00
|
|
|
DefaultDependencies=no
|
2010-11-16 07:51:57 +07:00
|
|
|
Conflicts=shutdown.target
|
|
|
|
Before=basic.target shutdown.target
|
2010-10-26 02:02:01 +07:00
|
|
|
|
|
|
|
[Path]
|
2011-03-25 11:07:20 +07:00
|
|
|
DirectoryNotEmpty=/run/systemd/ask-password
|