diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-05-06 12:02:01 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-05-06 12:02:01 +0200 |
commit | aca869f328fb2695be0bf04114d3007619f605fd (patch) | |
tree | c6f5e7630a714698153975a3ff6d783fb4ea79fc /docs | |
parent | 75b7a33a1275e9cdb7c0959f0edfef81ff2c8e43 (diff) | |
download | netctl-aca869f328fb2695be0bf04114d3007619f605fd.tar.gz netctl-aca869f328fb2695be0bf04114d3007619f605fd.tar.xz |
Add is-enabled subcommand to netctl
Diffstat (limited to 'docs')
-rw-r--r-- | docs/netctl.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/netctl.1.txt b/docs/netctl.1.txt index 1793041..4120bdc 100644 --- a/docs/netctl.1.txt +++ b/docs/netctl.1.txt @@ -68,6 +68,10 @@ The following commands are understood: the file created by `*enable*' even if it was customized, so be careful. +*is-enabled [+PROFILE+]*:: + Check whether the systemd unit for the specified profile is enabled. + Prints the current enable status. + *reenable [+PROFILE+]*:: Reenable the systemd unit for the profile specified. This is effectively a combination of `*disable*' and `*enable*'. |