diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-21 23:53:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-21 23:53:09 +0200 |
commit | e962f5c34f8e292090fa8c7cb265106a621c8735 (patch) | |
tree | 9f170545c8c9198a26575a72ef17915c025419e6 /units/shutdown.target | |
parent | unit: add simple only-by-dependency flag for units (diff) | |
download | systemd-e962f5c34f8e292090fa8c7cb265106a621c8735.tar.xz systemd-e962f5c34f8e292090fa8c7cb265106a621c8735.zip |
units: mark a couple of services as OnlyByDependency
Diffstat (limited to 'units/shutdown.target')
-rw-r--r-- | units/shutdown.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/shutdown.target b/units/shutdown.target index 098cd280a2..c05b8b93e3 100644 --- a/units/shutdown.target +++ b/units/shutdown.target @@ -9,3 +9,4 @@ [Unit] Description=Shutdown +OnlyByDependency=yes |