aboutsummaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-04-10 17:09:51 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-04-10 17:09:51 +0300
commitf9af3ca3a081d5b357628e8d8b239c26d316518f (patch)
tree93fc24541f3ad9f3331561b01b7af1b60cbe6533 /modules/system
parentba36eea8034c9b0a16291a54ffd518c3542097ff (diff)
downloadnixsap-f9af3ca3a081d5b357628e8d8b239c26d316518f.tar.gz
sysops: allow systemctl reset-failed
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/sysops.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/sysops.nix b/modules/system/sysops.nix
index 54ff074..3dae707 100644
--- a/modules/system/sysops.nix
+++ b/modules/system/sysops.nix
@@ -21,7 +21,7 @@ let
"${bindir}/tcpdump *"
"${bindir}/traceroute *"
] ++ map (c: "${bindir}/systemctl ${c} *")
- [ "kill" "reload" "restart" "start" "status" "stop" ]
+ [ "kill" "reload" "reset-failed" "restart" "start" "status" "stop" ]
);
in {