From f9af3ca3a081d5b357628e8d8b239c26d316518f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 10 Apr 2017 17:09:51 +0300 Subject: sysops: allow systemctl reset-failed --- modules/system/sysops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') 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 { -- cgit v1.2.3