Skip to content

Commit

Permalink
Delete unit from watch
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Sep 26, 2024
1 parent ac528c5 commit b1592a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sudoutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ switch (cli.args.shift()) {
'ip6tables',
'fail2ban',
'earlyoom',
'unit',
]
var statutes = exec(`systemctl is-failed ${services.join(' ')}`, { silent: true }).split('\n').filter((s) => s !== '');

Expand Down

0 comments on commit b1592a4

Please sign in to comment.