summaryrefslogtreecommitdiff
path: root/units/factory-reset.target
diff options
context:
space:
mode:
authorYegor Alexeyev <yegor.alexeyev@gmail.com>2021-07-25 05:20:27 +0300
committerLennart Poettering <lennart@poettering.net>2021-08-10 17:08:00 +0200
commit836fb00f2190811c2bf804860f5afe1160d10eac (patch)
tree96814ed9e07684476e5f6f8c04a3bc370e9c5dcb /units/factory-reset.target
parentb553abd8aed0f6fbff9973882fb08c3aec1d9400 (diff)
downloadsystemd-836fb00f2190811c2bf804860f5afe1160d10eac.tar.gz
units: added factory-reset.target
Diffstat (limited to 'units/factory-reset.target')
-rw-r--r--units/factory-reset.target12
1 files changed, 12 insertions, 0 deletions
diff --git a/units/factory-reset.target b/units/factory-reset.target
new file mode 100644
index 0000000000..99f383d6b1
--- /dev/null
+++ b/units/factory-reset.target
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# 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=Target that triggers factory reset. Does nothing by default.
+Documentation=man:systemd.special(7)