diff options
Diffstat (limited to 'units/user/shutdown.target')
-rw-r--r--[l---------] | units/user/shutdown.target | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/units/user/shutdown.target b/units/user/shutdown.target index a9de83782..d48e6d649 120000..100644 --- a/units/user/shutdown.target +++ b/units/user/shutdown.target @@ -1 +1,14 @@ -../shutdown.target
\ No newline at end of file +# SPDX-License-Identifier: LGPL-2.1+ +# +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Shutdown +Documentation=man:systemd.special(7) +DefaultDependencies=no +RefuseManualStart=yes |