We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5995c commit 8abcb06Copy full SHA for 8abcb06
pages/linux/systemctl-is-enabled.md
@@ -0,0 +1,17 @@
1
+# systemctl is-enabled
2
+
3
+> Check whether unit files are enabled.
4
+> See also: `systemctl enable`, `systemctl disable`.
5
+> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#is-enabled%20UNIT%E2%80%A6>.
6
7
+- Show the enablement state:
8
9
+`systemctl is-enabled {{unit1 unit2 ...}}`
10
11
+- Suppress output and return only the exit code:
12
13
+`systemctl is-enabled {{unit}} --quiet`
14
15
+- Show installation targets and symlink paths:
16
17
+`systemctl is-enabled {{unit}} --full`
0 commit comments