mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
b5e9dba8d6
Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both.
14 lines
414 B
SYSTEMD
14 lines
414 B
SYSTEMD
# 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.
|
|
|
|
# See systemd.special(7) for details
|
|
|
|
[Unit]
|
|
Description=Unmount All Filesystems
|
|
RefuseManualStart=yes
|
|
IgnoreDependencyFailure=yes
|